Skip to content

Commit

Permalink
[fdroid] Test to change targetSdk back to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrave-dev committed Aug 12, 2024
1 parent 8696328 commit aad8c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
defaultConfig {
applicationId = "com.maxrave.simpmusic"
minSdk = 26
targetSdk = 35
targetSdk = 34
versionCode = 20
versionName = "0.2.3-hotfix"
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit aad8c3b

Please sign in to comment.