Skip to content

Commit

Permalink
Version 0.0.78
Browse files Browse the repository at this point in the history
  • Loading branch information
savvasdalkitsis committed Jan 8, 2023
1 parent 15989a6 commit c9d2691
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", 70)
project.ext.set("app_version_name", "0.0.77")
project.ext.set("app_version_code", 71)
project.ext.set("app_version_name", "0.0.78")

}// 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/71.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Fix bug where photo details would not load
* Attempt to set the amount of concurrent videos playing on screen to a configurable value from settings to reduce OOM crashes (needs some more work)
* Translations

0 comments on commit c9d2691

Please sign in to comment.