Skip to content

Commit

Permalink
Update build scripts for API 26
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewScull committed Jun 12, 2017
1 parent ba2ea49 commit 8d4dbee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ext {
}

android {
compileSdkVersion 'android-O'
compileSdkVersion 'android-26'
buildToolsVersion '26.0.0-rc2'

defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.0-alpha2'
classpath 'com.android.tools.build:gradle:3.0.0-alpha3'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 8d4dbee

Please sign in to comment.