Skip to content

Commit

Permalink
Target Android 14
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMarvin authored Dec 27, 2023
1 parent 1b0c62e commit 0cb4c0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ task jacocoTestReport(type: JacocoReport, dependsOn: ['testDebugUnitTest', 'crea
}

android {
compileSdkVersion 33
compileSdkVersion 34
lintOptions {
checkReleaseBuilds false
}
defaultConfig {
applicationId "rocks.poopjournal.vacationdays"
minSdkVersion 21
targetSdkVersion 33
versionCode 10
versionName "10.0"
targetSdkVersion 34
versionCode 11
versionName "11.0"


testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit 0cb4c0f

Please sign in to comment.