Skip to content

Commit

Permalink
Increase SDK version to 25
Browse files Browse the repository at this point in the history
  • Loading branch information
risesoftware committed Nov 1, 2016
1 parent 4c25ed4 commit 0abfffa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions onboarder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ repositories {
}

android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 25
buildToolsVersion "25.0.0"

defaultConfig {
minSdkVersion 14
targetSdkVersion 23
targetSdkVersion 25
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit 0abfffa

Please sign in to comment.