Skip to content

Commit

Permalink
Version 0.0.85
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed Feb 17, 2023
1 parent 1a8c593 commit 3ec1516
Show file tree
Hide file tree
Showing 2 changed files with 5 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", 77)
project.ext.set("app_version_name", "0.0.84")
project.ext.set("app_version_code", 78)
project.ext.set("app_version_name", "0.0.85")

}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-GB/changelogs/78.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Hiding the refresh day button on feed for days with only local media
* Showing local media in the photo map
* Fixing crashes

0 comments on commit 3ec1516

Please sign in to comment.