Skip to content

Commit

Permalink
Make target sdk match support lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazer authored Jun 11, 2017
1 parent e0f3442 commit 8061982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
build_tools_version = '26.0.0'
compile_sdk_version = 26
min_sdk_version = 15
target_sdk_version = 26
target_sdk_version = 25

libraries = [
supportVersion: "25.4.0",
Expand Down Expand Up @@ -116,4 +116,4 @@ subprojects {

task clean(type: Delete) {
delete rootProject.buildDir
}
}

0 comments on commit 8061982

Please sign in to comment.