aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2020-03-28 01:24:36 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2020-03-28 19:50:34 +0530
commit3a163acd6d0f7d533af4475d1f1a020cef4a1412 (patch)
tree12fbafd0191449d0f3318c2aa54cc92660e2b7b5 /build.gradle
parentDisable screen capture in tunnel editor (diff)
downloadwireguard-android-3a163acd6d0f7d533af4475d1f1a020cef4a1412.tar.xz
wireguard-android-3a163acd6d0f7d533af4475d1f1a020cef4a1412.zip
gradle: Remove useless comment
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 0 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 6a314964..7710893f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,9 +23,6 @@ buildscript {
preferenceVersion = '1.1.0'
streamsupportVersion = '1.7.2'
threetenabpVersion = '1.2.3'
- // ZXING switched minSdk to 24 so we cannot upgrade to 4.0.2 without following suit.
- // If you choose to upgrade to minSDK 24 then you should also disable Jetifier from
- // gradle.properties.
zxingEmbeddedVersion = '3.6.0'
eddsaVersion = '0.3.0'
bintrayPluginVersion = '1.8.4'