Skip to content

Commit

Permalink
Upgrade target & compile sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Sep 24, 2021
1 parent a933c5a commit 7ef1daf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlinx-serialization'

android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 31
buildToolsVersion "31.0.0"
defaultConfig {
applicationId "com.mrgames13.jimdo.feinstaubapp"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode 3501
versionName "3.5.1"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 7ef1daf

Please sign in to comment.