diff options
author | Allan Wang <me@allanwang.ca> | 2020-10-03 20:29:29 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2020-10-03 20:29:29 -0700 |
commit | 23b619c5398312f370441acbcb57a7f0627b148d (patch) | |
tree | 7e829176cb262d21e286449cb0df4c7145a23f90 | |
parent | 709afd07af8856cfeebea2c1044dc5883dbdc627 (diff) | |
download | frost-23b619c5398312f370441acbcb57a7f0627b148d.tar.gz frost-23b619c5398312f370441acbcb57a7f0627b148d.tar.bz2 frost-23b619c5398312f370441acbcb57a7f0627b148d.zip |
Add back room schema for travis
-rw-r--r-- | app/build.gradle | 12 | ||||
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 6 | ||||
-rw-r--r-- | 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) |