Skip to content

Commit

Permalink
Target Android 14/API34.
Browse files Browse the repository at this point in the history
Fixes #1955.
  • Loading branch information
dennisguse committed Sep 8, 2024
1 parent 3a812ef commit ca92666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
targetCompatibility JavaVersion.VERSION_17
}

compileSdk 34
compileSdk 35

buildFeatures {
viewBinding true
Expand All @@ -70,7 +70,7 @@ android {
buildConfigField "String", "VERSION_NAME_FULL", "\"${getVersionName()}\""

minSdk 26
targetSdk 34
targetSdk 35

testInstrumentationRunner "de.dennisguse.opentracks.TestRunner"
testInstrumentationRunnerArguments clearPackageData: 'true'
Expand Down

0 comments on commit ca92666

Please sign in to comment.