aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/build.gradle
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 /build.gradle
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 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
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()