aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-01-25 23:23:45 +0100
committerChristian Schneppe <christian@pix-art.de>2019-01-25 23:23:45 +0100
commit132299baa87ac11eaf7014072ae5566ad915b19b (patch)
tree47c2b8f04fa55d5ff180af38ccfbfdc677c49d45 /build.gradle
parent52ff46043c9ad94fe55ddd0b6db323ec951456f2 (diff)
update gradle plugin
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 228110e47..b92486aff 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.2.1'
+ classpath 'com.android.tools.build:gradle:3.3.0'
}
}