Skip to content

Commit 1363238

Browse files
committed
Fix build.gradle
1 parent 8d4dbee commit 1363238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ext {
1111
}
1212

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

1717
defaultConfig {
1818
applicationId "com.afwsamples.testdpc"

0 commit comments

Comments
 (0)