aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit205bd11e9fdca4b402c89bd6156bf6965c6180cc (patch)
tree7e2fec1f0defc5efca1ff4a96ff670fad9964564
parentidea: Disable an unwanted inspection (diff)
downloadwireguard-android-205bd11e9fdca4b402c89bd6156bf6965c6180cc.tar.xz
wireguard-android-205bd11e9fdca4b402c89bd6156bf6965c6180cc.zip
app: Regularly scheduled gradle updates
Diffstat (limited to '')
-rw-r--r--app/build.gradle5
-rw-r--r--build.gradle2
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
3 files changed, 5 insertions, 4 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'
}
diff --git a/build.gradle b/build.gradle
index 30aceb96..a0bc2966 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ allprojects {
buildscript {
dependencies {
- classpath 'com.android.tools.build:gradle:3.1.2'
+ classpath 'com.android.tools.build:gradle:3.1.3'
}
repositories {
google()
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 933b6473..2cfaf454 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip