Skip to content

Commit 475b250

Browse files
committed
Change compileSdkVersion to android-29
Test: ./gradlew assemble Fixes: 132226257 Change-Id: I3330181d41f1afdff8928e13305e6b819a813833
1 parent 9c693a7 commit 475b250

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
}
1414

1515
android {
16-
compileSdkVersion 'android-Q'
16+
compileSdkVersion 'android-29'
1717
buildToolsVersion "28.0.0"
1818

1919
defaultConfig {

0 commit comments

Comments
 (0)