Skip to content

Commit

Permalink
Version 0.0.221
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed Aug 25, 2024
1 parent 284759c commit 2cc22f7
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -15,8 +15,8 @@ android {
applicationId "com.savvasdalkitsis.uhuruphotos"
minSdk 24
targetSdk 35
versionCode 220
versionName "0.0.220"
versionCode 221
versionName "0.0.221"

manifestPlaceholders = [
bugSnagApiKey: System.getenv("BUGSNAG_API_KEY") ?: "DUMMY-KEY",
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/221.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Adding ability to filter auto and user albums by a search bar
* Fixing lightbox transition between thumbnail and full image
* Fixing some ui spacing and sizing
* Updating to latest versions of multiple dependencies

0 comments on commit 2cc22f7

Please sign in to comment.