Skip to content

Commit

Permalink
chore: update targetSdk version to 34 (Android 14)
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Feb 26, 2024
1 parent dab946c commit 97e83c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ android {
defaultConfig {
applicationId = "com.osfans.trime"
minSdk = 21
targetSdk = 33
targetSdk = 34
versionCode = 20240301
versionName = "3.2.17"

Expand Down

0 comments on commit 97e83c1

Please sign in to comment.