mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-25 22:45:41 +03:00
Update requery
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
93184ca6c4
commit
add49f1b11
1 changed files with 5 additions and 5 deletions
|
@ -12,8 +12,8 @@ android {
|
|||
targetSdkVersion 27
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
||||
versionCode 21
|
||||
versionName "1.0.10"
|
||||
versionCode 22
|
||||
versionName "1.0.11"
|
||||
|
||||
// Enabling multidex support.
|
||||
multiDexEnabled true
|
||||
|
@ -90,10 +90,10 @@ dependencies {
|
|||
|
||||
implementation 'org.greenrobot:eventbus:3.0.0'
|
||||
|
||||
implementation 'io.requery:requery:1.4.1'
|
||||
implementation 'io.requery:requery-android:1.4.1'
|
||||
implementation 'io.requery:requery:1.5.0'
|
||||
implementation 'io.requery:requery-android:1.5.0'
|
||||
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'
|
||||
annotationProcessor 'org.parceler:parceler:1.1.9'
|
||||
|
|
Loading…
Reference in a new issue