Skip to content

Commit

Permalink
Android 15 compatibility fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saelim committed Nov 16, 2024
1 parent 7cdebf4 commit c88951f
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
minSdkVersion 26
targetSdkVersion 35
multiDexEnabled true
versionCode 1349
versionName "4.5.3h"
versionCode 1350
versionName "4.5.4"
}

buildTypes {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1350.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v4.5.4
- Android 15 compatibility fixes.

0 comments on commit c88951f

Please sign in to comment.