Skip to content

Commit 0cafec4

Browse files
committed
chore(): bump sdk
1 parent 97446d2 commit 0cafec4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test-app/runtime/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (useCCache) {
2020
println "Use CCache build triggered."
2121
}
2222

23-
project.ext._buildToolsVersion = "29.0.2"
23+
project.ext._buildToolsVersion = "30.0.1"
2424

2525
android {
2626
sourceSets {
@@ -32,12 +32,12 @@ android {
3232
java.srcDirs = [bindingGeneratorSourcePath, defaultSrcPath]
3333
}
3434
}
35-
compileSdkVersion 29
35+
compileSdkVersion 30
3636
buildToolsVersion project.ext._buildToolsVersion
3737

3838
defaultConfig {
3939
minSdkVersion 17
40-
targetSdkVersion 29
40+
targetSdkVersion 30
4141
versionCode 1
4242
versionName "1.0"
4343

0 commit comments

Comments
 (0)