Skip to content

Commit 8d4dbee

Browse files
committed
Update build scripts for API 26
1 parent ba2ea49 commit 8d4dbee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ext {
1111
}
1212

1313
android {
14-
compileSdkVersion 'android-O'
14+
compileSdkVersion 'android-26'
1515
buildToolsVersion '26.0.0-rc2'
1616

1717
defaultConfig {

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
}
1010
dependencies {
11-
classpath 'com.android.tools.build:gradle:3.0.0-alpha2'
11+
classpath 'com.android.tools.build:gradle:3.0.0-alpha3'
1212

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

0 commit comments

Comments
 (0)