mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 03:59:35 +01:00
Update requery
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
93184ca6c4
commit
add49f1b11
@ -12,8 +12,8 @@ android {
|
|||||||
targetSdkVersion 27
|
targetSdkVersion 27
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
versionCode 21
|
versionCode 22
|
||||||
versionName "1.0.10"
|
versionName "1.0.11"
|
||||||
|
|
||||||
// Enabling multidex support.
|
// Enabling multidex support.
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
@ -90,10 +90,10 @@ dependencies {
|
|||||||
|
|
||||||
implementation 'org.greenrobot:eventbus:3.0.0'
|
implementation 'org.greenrobot:eventbus:3.0.0'
|
||||||
|
|
||||||
implementation 'io.requery:requery:1.4.1'
|
implementation 'io.requery:requery:1.5.0'
|
||||||
implementation 'io.requery:requery-android:1.4.1'
|
implementation 'io.requery:requery-android:1.5.0'
|
||||||
implementation 'net.zetetic:android-database-sqlcipher:3.5.9'
|
implementation 'net.zetetic:android-database-sqlcipher:3.5.9'
|
||||||
annotationProcessor 'io.requery:requery-processor:1.4.1'
|
annotationProcessor 'io.requery:requery-processor:1.5.0'
|
||||||
|
|
||||||
compile 'org.parceler:parceler-api:1.1.9'
|
compile 'org.parceler:parceler-api:1.1.9'
|
||||||
annotationProcessor 'org.parceler:parceler:1.1.9'
|
annotationProcessor 'org.parceler:parceler:1.1.9'
|
||||||
|
Loading…
Reference in New Issue
Block a user