Skip to content

Commit

Permalink
Update to Android 14
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltroger committed Oct 30, 2023
1 parent 2e61417 commit 3e3a875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ plugins {

android {
namespace = "com.michaeltroger.gruenerpass"
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "com.michaeltroger.gruenerpass"
minSdk = 21
targetSdk = 33
targetSdk = 34
versionCode = 47
versionName = "3.1.0"

Expand Down

0 comments on commit 3e3a875

Please sign in to comment.