Skip to content

Commit

Permalink
updated to latest grade plugins and support lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyab committed Mar 24, 2017
1 parent 1daad8a commit e67a28d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'com.android.tools.build:gradle:2.3.0'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -26,9 +26,9 @@ allprojects {
}

subprojects {
ext.compileSdkVer = 24
ext.buildToolsVer = "24.0.0"
ext.compileSdkVer = 25
ext.buildToolsVer = "25.0.2"
ext.minSdkVer = 10
ext.targetSdkVer = 24
ext.supportLibVer = "24.0.0"
ext.targetSdkVer = 25
ext.supportLibVer = "25.3.0"
}

0 comments on commit e67a28d

Please sign in to comment.