Skip to content

Commit

Permalink
Version 0.0.219
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed Apr 9, 2024
1 parent 5d56ec3 commit 957fb65
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -17,8 +17,8 @@ android {
applicationId "com.savvasdalkitsis.uhuruphotos"
minSdk 24
targetSdk 34
versionCode 218
versionName "0.0.218"
versionCode 219
versionName "0.0.219"

manifestPlaceholders = [
bugSnagApiKey: System.getenv("BUGSNAG_API_KEY") ?: "DUMMY-KEY",
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-GB/changelogs/219.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fixing some crashes

0 comments on commit 957fb65

Please sign in to comment.