Skip to content

Commit

Permalink
Minor performance improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
saelim committed Jun 26, 2024
1 parent e47b6e5 commit a9c1912
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 34
multiDexEnabled true
versionCode 1328
versionName "4.5.2a"
versionCode 1329
versionName "4.5.2b"
}

buildTypes {
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/1329.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v4.5.2b
- Minor performance improvements

0 comments on commit a9c1912

Please sign in to comment.