aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2018-06-19 00:36:24 -0500
committerSamuel Holland <samuel@sholland.org>2018-06-19 21:35:54 -0500
commitbcae77b989fb3511d666f71b5813201fc1581b73 (patch)
tree7e2fec1f0defc5efca1ff4a96ff670fad9964564 /app
parentidea: Disable an unwanted inspection (diff)
downloadwireguard-android-bcae77b989fb3511d666f71b5813201fc1581b73.tar.xz
wireguard-android-bcae77b989fb3511d666f71b5813201fc1581b73.zip
app: Regularly scheduled gradle updates
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 2845d988..3e561390 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'com.android.application'
final def keystorePropertiesFile = rootProject.file("keystore.properties")
android {
- buildToolsVersion '27.0.3'
+ buildToolsVersion '28.0.0'
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
@@ -49,8 +49,9 @@ android {
}
}
}
+
ext {
- databindingVersion = '3.1.2'
+ databindingVersion = '3.1.3'
supportLibsVersion = '27.1.1'
streamsupportVersion = '1.6.0'
}