diff --git a/build.gradle b/build.gradle index 96efeaa9a..48d242e00 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/fastlane/metadata/android/en-GB/changelogs/71.txt b/fastlane/metadata/android/en-GB/changelogs/71.txt new file mode 100644 index 000000000..4c781d99f --- /dev/null +++ b/fastlane/metadata/android/en-GB/changelogs/71.txt @@ -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 \ No newline at end of file