aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-09-23 18:04:34 -0400
committerGitHub <noreply@github.com>2017-09-23 18:04:34 -0400
commit6e68016c9c4ab30ee7775f1ee811755c0e040f38 (patch)
treefdf214a676f28b74898bb03f4e235a44c717962e
parent52d7966d1830d6380917f1defccd3d9e09e34561 (diff)
downloadfrost-6e68016c9c4ab30ee7775f1ee811755c0e040f38.tar.gz
frost-6e68016c9c4ab30ee7775f1ee811755c0e040f38.tar.bz2
frost-6e68016c9c4ab30ee7775f1ee811755c0e040f38.zip
Update/dependencies (#329)
* Update dependencies 1 * Update KAU to fix dialogs and resolvers
-rw-r--r--build.gradle2
-rw-r--r--gradle.properties4
-rw-r--r--gradle/wrapper/gradle-wrapper.properties4
3 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index cbff1b2a..6d330403 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-beta2'
+ classpath 'com.android.tools.build:gradle:3.0.0-beta6'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${KOTLIN}"
classpath 'io.fabric.tools:gradle:1.+'
classpath 'com.github.triplet.gradle:play-publisher:1.2.0'
diff --git a/gradle.properties b/gradle.properties
index d405dbff..e247c30f 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,8 +17,8 @@ MIN_SDK=21
TARGET_SDK=26
BUILD_TOOLS=26.0.1
-KAU=3.4.0
-KOTLIN=1.1.4-2
+KAU=921ee0d
+KOTLIN=1.1.4-3
COMMONS_TEXT=1.1
CRASHLYTICS=2.6.8
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index f5fba018..81b9544f 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
-#Tue Aug 01 10:58:12 PDT 2017
+#Sat Sep 23 17:43:24 EDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-rc-1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip