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:
parent
709afd07af
commit
23b619c539
@ -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()]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user