Skip to content

Commit

Permalink
Release v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ammargitham committed Mar 17, 2024
1 parent c01cacd commit ab20f7b
Show file tree
Hide file tree
Showing 9 changed files with 26 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 @@ -38,8 +38,8 @@ android {
applicationId = "com.ammar.wallflow"
minSdk = 24
targetSdk = 34
versionCode = 18
versionName = "2.4.1"
versionCode = 19
versionName = "2.4.2"

val abi = getAbi()
ndk {
Expand Down
3 changes: 3 additions & 0 deletions src/base/fastlane/metadata/android/en-US/changelogs/1901.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bug Fixes
* Fix crash when creating backup with more than 999 favorites
* Add missing Light/Dark in backup/restore
3 changes: 3 additions & 0 deletions src/base/fastlane/metadata/android/en-US/changelogs/1902.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bug Fixes
* Fix crash when creating backup with more than 999 favorites
* Add missing Light/Dark in backup/restore
3 changes: 3 additions & 0 deletions src/base/fastlane/metadata/android/en-US/changelogs/1903.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bug Fixes
* Fix crash when creating backup with more than 999 favorites
* Add missing Light/Dark in backup/restore
3 changes: 3 additions & 0 deletions src/base/fastlane/metadata/android/en-US/changelogs/1904.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bug Fixes
* Fix crash when creating backup with more than 999 favorites
* Add missing Light/Dark in backup/restore
3 changes: 3 additions & 0 deletions src/plus/fastlane/metadata/android/en-US/changelogs/1901.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bug Fixes
* Fix crash when creating backup with more than 999 favorites
* Add missing Light/Dark in backup/restore
3 changes: 3 additions & 0 deletions src/plus/fastlane/metadata/android/en-US/changelogs/1902.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bug Fixes
* Fix crash when creating backup with more than 999 favorites
* Add missing Light/Dark in backup/restore
3 changes: 3 additions & 0 deletions src/plus/fastlane/metadata/android/en-US/changelogs/1903.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bug Fixes
* Fix crash when creating backup with more than 999 favorites
* Add missing Light/Dark in backup/restore
3 changes: 3 additions & 0 deletions src/plus/fastlane/metadata/android/en-US/changelogs/1904.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bug Fixes
* Fix crash when creating backup with more than 999 favorites
* Add missing Light/Dark in backup/restore

0 comments on commit ab20f7b

Please sign in to comment.