Skip to content

Commit

Permalink
Version 0.0.80
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed Jan 31, 2023
1 parent f97ece1 commit 1e1c8a6
Show file tree
Hide file tree
Showing 2 changed files with 6 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", 72)
project.ext.set("app_version_name", "0.0.79")
project.ext.set("app_version_code", 73)
project.ext.set("app_version_name", "0.0.80")

}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/73.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Local photos now show up in main Feed. Also showing sync state (local/remote/synced) in preparation of full photo sync
* Fixing bug with precaching thumbnails constantly restarting
* Fixed bug where local photo albums would have photos jump around showing up in wrong dates
* Choosing Camera folder if more than one folder exists inside DCIM folder

0 comments on commit 1e1c8a6

Please sign in to comment.