0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 20:03:05 +02:00

Update to requery-3.25.2, can remove ABI filter now

This commit is contained in:
Mike Hardy 2018-10-09 08:17:51 -05:00
parent 9010107e95
commit de1c7d561d

View File

@ -14,10 +14,6 @@ android {
vectorDrawables.useSupportLibrary = true
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
// filter out binaries to reduce APK size. Requery > 3.25.1 should allow removal of this
ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}
// This enables long timeouts required on slow ARM emulators, e.g. Travis
adbOptions {
timeOutInMs 10 * 60 * 1000 // 10 minutes
@ -115,7 +111,7 @@ dependencies {
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.browser:browser:1.0.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'io.requery:sqlite-android:3.25.1'
implementation 'io.requery:sqlite-android:3.25.2'
implementation 'androidx.sqlite:sqlite:2.0.0'
implementation 'com.afollestad.material-dialogs:core:0.9.6.0'
implementation 'com.getbase:floatingactionbutton:1.10.1'