Skip to content

Commit

Permalink
Android: Update compile/target SDK version to 30 & remove obsolete re…
Browse files Browse the repository at this point in the history
…s/values/theme.xml
  • Loading branch information
teras committed Sep 18, 2020
1 parent d3f4c41 commit 1aa8d16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmbuild
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ file("local.properties").withInputStream {
}

android {
compileSdkVersion 29
compileSdkVersion 30

defaultConfig {
applicationId appId
minSdkVersion 16
targetSdkVersion 29
targetSdkVersion 30
multiDexEnabled true
}
compileOptions {
Expand Down

0 comments on commit 1aa8d16

Please sign in to comment.