Skip to content

Commit

Permalink
Version 0.0.218
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed Apr 7, 2024
1 parent 3532fd5 commit c338ba3
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 217
versionName "0.0.217"
versionCode 218
versionName "0.0.218"

manifestPlaceholders = [
bugSnagApiKey: System.getenv("BUGSNAG_API_KEY") ?: "DUMMY-KEY",
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/218.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 c338ba3

Please sign in to comment.