Skip to content

Commit

Permalink
Version 0.0.84
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed Feb 10, 2023
1 parent f150221 commit c0362fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ buildscript {
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0"
}

project.ext.set("app_version_code", 76)
project.ext.set("app_version_name", "0.0.83")
project.ext.set("app_version_code", 77)
project.ext.set("app_version_name", "0.0.84")

}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/77.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* "Do Not Ask Again" button in Feed actually remembers preference
* Lightbox displays media sync status (synced/local/remote) when navigating from feed
* Camera media are prioritised when scanning local media so they appear faster in the UI and in the feed
* Showing both local and remote paths for media in Lightbox details
* Translations

0 comments on commit c0362fc

Please sign in to comment.