Skip to content

Commit

Permalink
⬆️ Upgrade to Android Gradle Plugin 3.0 beta 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyge committed Oct 8, 2017
1 parent d44c865 commit dcbe2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven { url 'https://dl.google.com/dl/android/maven2/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-beta6'
classpath 'com.android.tools.build:gradle:3.0.0-beta7'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

COMPILE_SDK_VERSION=25

BUILD_TOOLS_VERSION=25.0.2
BUILD_TOOLS_VERSION=26.0.2

MIN_SDK_VERSION=10

Expand Down

0 comments on commit dcbe2e4

Please sign in to comment.