diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 12 | ||||
-rw-r--r-- | app/src/main/play/en-US/whatsnew | 6 |
2 files changed, 8 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 |