aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-11-26 16:30:22 -0500
committerGitHub <noreply@github.com>2017-11-26 16:30:22 -0500
commit6d682201115a70009f8789eee6da24a775d1d89d (patch)
treeb006fd993bce9ca3602356997d1961ddc07f9de2 /build.gradle
parentf619522bd805e0e090fe9d47ed7b23c4210c634d (diff)
downloadfrost-6d682201115a70009f8789eee6da24a775d1d89d.tar.gz
frost-6d682201115a70009f8789eee6da24a775d1d89d.tar.bz2
frost-6d682201115a70009f8789eee6da24a775d1d89d.zip
Update theme (#512)
* Update theme * Update gradle (#519)
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 43b13683..15e13791 100644
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
maven { url 'https://maven.fabric.io/public' }
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.0.0'
+ classpath 'com.android.tools.build:gradle:3.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN}"
classpath 'io.fabric.tools:gradle:1.+'
classpath 'com.github.triplet.gradle:play-publisher:1.2.0'