Skip to content

Commit

Permalink
[Chore] Update to Android 14
Browse files Browse the repository at this point in the history
  • Loading branch information
coderPaddyS committed Apr 2, 2024
1 parent 9fcd747 commit 4d0fbc1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 32
namespace "org.secuso.privacyfriendlyfoodtracker"

defaultConfig {
applicationId "org.secuso.privacyfriendlyfoodtracker"
minSdkVersion 21
targetSdkVersion 32
versionCode 5
versionName "1.2.0"
targetSdkVersion 34
compileSdk 34
versionCode 6
versionName "1.2.1"
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

javaCompileOptions {
Expand Down

0 comments on commit 4d0fbc1

Please sign in to comment.