Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jun 23, 2018
1 parent f6b1854 commit 1498f96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle 100755 → 100644
Expand Up @@ -4,14 +4,14 @@ buildscript {
compileSdk : 27,
buildTools : '27.0.3',

kotlin : '1.2.31',
kotlin : '1.2.50',
supportLibrary: '27.1.1',
]

ext.deps = [
buildscript : [
dokka: 'org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.16',
bintray: 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0',
bintray: 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.2',
],

// library dependencies
Expand All @@ -33,7 +33,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.1.1'
classpath 'com.android.tools.build:gradle:3.1.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties 100755 → 100644
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-all.zip

0 comments on commit 1498f96

Please sign in to comment.