Skip to content

Commit

Permalink
chore: Drop targetSdk back to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherMagee committed Aug 26, 2024
1 parent 05ffd2b commit 9029bcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ android {
defaultConfig {
applicationId = "aether.killergram.neo"
minSdk = 27
targetSdk = 35
//noinspection OldTargetApi
targetSdk = 34
versionCode = 7
versionName = "0.6"

Expand Down

0 comments on commit 9029bcd

Please sign in to comment.