Skip to content

Commit

Permalink
Update build toolchain to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdoeffinger committed Oct 26, 2016
1 parent 3eb7906 commit cf98dac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ configurations {
smallicu
}
dependencies {
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:appcompat-v7:25.0.0'
// Note: you can just replace "smallicu" by compile
// and remove the "compile files" part if you do not
// care about the size of the apk
Expand All @@ -39,8 +39,8 @@ task makesmallicu (type:Exec, dependsOn: configurations.smallicu) {
def utildir = hasProperty("quickdicUtilDir") ? quickdicUtilDir : "../Util"

android {
compileSdkVersion 23
buildToolsVersion "23.0.2"
compileSdkVersion 25
buildToolsVersion "25"
lintOptions {
disable "MissingTranslation"
}
Expand Down

0 comments on commit cf98dac

Please sign in to comment.