Skip to content

Commit

Permalink
Avoid targeting SDK 35 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vmiklos committed Dec 31, 2024
1 parent 45660b5 commit f69171e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
defaultConfig {
applicationId "hu.vmiklos.plees_tracker"
minSdkVersion 24
targetSdkVersion 35
targetSdkVersion 34
versionCode 59
versionName "24.8.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit f69171e

Please sign in to comment.