diff options
author | Samuel Holland <samuel@sholland.org> | 2018-06-19 00:36:24 -0500 |
---|---|---|
committer | Samuel Holland <samuel@sholland.org> | 2018-06-19 21:35:54 -0500 |
commit | bcae77b989fb3511d666f71b5813201fc1581b73 (patch) | |
tree | 7e2fec1f0defc5efca1ff4a96ff670fad9964564 /app | |
parent | de75ff4beac8dc9a93b356dc6e6dc9e872a1c9b7 (diff) |
app: Regularly scheduled gradle updates
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 5 |
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' } |