Skip to content

Commit

Permalink
Upgrade to Android SDK 30
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Koeppel committed Nov 6, 2021
1 parent b310e88 commit d93233f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .idea/modules/app/droidplane.app.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
compileSdkVersion 30
buildToolsVersion '31.0.0'

defaultConfig {
applicationId "ch.benediktkoeppel.code.droidplane"
minSdkVersion 19
targetSdkVersion 28
targetSdkVersion 30
}

buildTypes {
Expand Down

0 comments on commit d93233f

Please sign in to comment.