Skip to content

Commit

Permalink
Version 0.0.222
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed Aug 28, 2024
1 parent 7135bba commit 427ead3
Show file tree
Hide file tree
Showing 2 changed files with 5 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 221
versionName "0.0.221"
versionCode 222
versionName "0.0.222"

manifestPlaceholders = [
bugSnagApiKey: System.getenv("BUGSNAG_API_KEY") ?: "DUMMY-KEY",
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/222.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* User can now add media from the feed to an existing album or create a new one
* User can delete auto and user albums
* Updating mapping libraries to latest versions

0 comments on commit 427ead3

Please sign in to comment.