diff --git a/app/build.gradle b/app/build.gradle index 1ca232d55..93bc7cd91 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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", diff --git a/fastlane/metadata/android/en-GB/changelogs/218.txt b/fastlane/metadata/android/en-GB/changelogs/218.txt new file mode 100644 index 000000000..65c06d64e --- /dev/null +++ b/fastlane/metadata/android/en-GB/changelogs/218.txt @@ -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 \ No newline at end of file