Skip to content

Commit

Permalink
bump version for gplay
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 committed Sep 10, 2024
1 parent a47bee4 commit c57dbe5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ android {
// keep support for it for a while.
minSdk = 21
targetSdk = 34
versionCode = 12
versionName = "1.0.10"
versionCode = 13
versionName = "1.0.11"
if (releaseType != "Release") {
versionNameSuffix = myVersionName
}
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<uses-feature android:name="android.hardware.faketouch" android:required="false"/>

<!-- Read music files (Android 13 and later) (includes .lrc and thumbnails) -->
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO"
android:minSdkVersion="33" />
Expand Down

0 comments on commit c57dbe5

Please sign in to comment.