summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-10-30 14:09:50 +0300
committerAndrew Dolgov <[email protected]>2019-10-30 14:09:50 +0300
commit75463333e5b7be69a92a707e25936155603f2ff2 (patch)
tree0899d700e48c1278db7cf47e04fbf3f310bfc5a7 /build.gradle
parent41831b19bfc066171242921b9167141fc8d6f93c (diff)
update gradle
Diffstat (limited to 'build.gradle')
-rwxr-xr-xbuild.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a19d8d96..254bf29d 100755
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.3.0'
+ classpath 'com.android.tools.build:gradle:3.5.1'
}
}