Skip to content

Commit 6808fab

Browse files
committed
Bump compile and target sdk version.
1 parent b1f29ab commit 6808fab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ dependencies {
2323
}
2424

2525
android {
26-
compileSdkVersion 19
27-
buildToolsVersion '19.1.0'
26+
compileSdkVersion 21
27+
buildToolsVersion '21.1.2'
2828

2929
defaultConfig {
3030
applicationId 'android10.org.viewgroupperformance'
3131
minSdkVersion 15
32-
targetSdkVersion 19
32+
targetSdkVersion 21
3333
}
3434

3535
lintOptions {

0 commit comments

Comments
 (0)