From 23b619c5398312f370441acbcb57a7f0627b148d Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sat, 3 Oct 2020 20:29:29 -0700 Subject: Add back room schema for travis --- app/build.gradle | 12 ++++++------ app/src/main/play/en-US/whatsnew | 6 ++---- docs/Changelog.md | 3 +++ 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c8d46967..daf98d19 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,12 +48,12 @@ android { if (versionName != androidGitVersion.name()) { throw new GradleException("Version name mismatch, expected ${androidGitVersion.name()}, got $versionName") } - multiDexEnabled true - testInstrumentationRunner "com.pitchedapps.frost.FrostTestRunner" - javaCompileOptions { - annotationProcessorOptions { - arguments = ["room.schemaLocation": "$projectDir/src/schemas".toString()] - } + } + multiDexEnabled true + testInstrumentationRunner "com.pitchedapps.frost.FrostTestRunner" + javaCompileOptions { + annotationProcessorOptions { + arguments = ["room.schemaLocation": "$projectDir/src/schemas".toString()] } } } diff --git a/app/src/main/play/en-US/whatsnew b/app/src/main/play/en-US/whatsnew index 844d7f61..9c5d8706 100644 --- a/app/src/main/play/en-US/whatsnew +++ b/app/src/main/play/en-US/whatsnew @@ -1,5 +1,3 @@ -v2.4.5 +v2.4.6 -* Fix url query encoding -* Add option to make images full screen (settings > news feed) -* Auto expand text area when typing \ No newline at end of file +* Add option to hide likes and action bar in newsfeed \ No newline at end of file diff --git a/docs/Changelog.md b/docs/Changelog.md index 6af4b6ac..ac484d96 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,5 +1,8 @@ # Changelog +## v2.4.6 +* Add option to hide likes and action bar in newsfeed + ## v2.4.5 * Fix url query encoding * Add option to make images full screen (settings > news feed) -- cgit v1.2.3