Skip to content

Commit

Permalink
Updated Kotlin and target SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
Crazyphil committed Aug 28, 2023
1 parent e4ad6e4 commit 93f28f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

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

4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ android {
keyPassword keystoreProperties['build.keyPassword']
}
}
compileSdk 32
compileSdk 33

namespace "it.kapfer.digitalesamt.liberator"
defaultConfig {
applicationId android.namespace
minSdk 21
targetSdk 32
versionCode 2
versionName "1.1"
targetSdk 33
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
plugins {
id 'com.android.application' version '7.3.0' apply false
id 'com.android.library' version '7.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.7.10' apply false
id 'org.jetbrains.kotlin.android' version '1.9.10' apply false
}

task clean(type: Delete) {
Expand Down

0 comments on commit 93f28f6

Please sign in to comment.