Skip to content

Commit

Permalink
Version 0.0.217
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed Apr 7, 2024
1 parent a1e0cd2 commit 1d0dc82
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 @@ -17,8 +17,8 @@ android {
applicationId "com.savvasdalkitsis.uhuruphotos"
minSdk 24
targetSdk 34
versionCode 216
versionName "0.0.216"
versionCode 217
versionName "0.0.217"

manifestPlaceholders = [
bugSnagApiKey: System.getenv("BUGSNAG_API_KEY") ?: "DUMMY-KEY",
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/217.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Adding time to lightbox details that were taken 'Today'
* Potential fix for theme not updating
* Removing direct references to api keys from the codebase
* Various bug fixes

0 comments on commit 1d0dc82

Please sign in to comment.