1
0
mirror of https://github.com/AllanWang/Frost-for-Facebook.git synced 2024-11-09 20:42:34 +01:00

Add back room schema for travis

This commit is contained in:
Allan Wang 2020-10-03 20:29:29 -07:00
parent 709afd07af
commit 23b619c539
No known key found for this signature in database
GPG Key ID: C93E3F9C679D7A56
3 changed files with 11 additions and 10 deletions

View File

@ -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()]
}
}
}

View File

@ -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
* Add option to hide likes and action bar in newsfeed

View File

@ -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)