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

Use jitpack to reference sqlite-android artifact

requery / sqlite-android was still using jcenter, which is going away

This is tracked upstream:
https://github.com/requery/sqlite-android/issues/140
https://github.com/requery/sqlite-android/pull/145
This commit is contained in:
Mike Hardy 2021-04-15 22:26:41 -05:00
parent 61cb6c3f05
commit b50866e13d

View File

@ -266,7 +266,7 @@ dependencies {
implementation'ch.acra:acra-toast:5.7.0'
implementation'ch.acra:acra-limiter:5.7.0'
implementation 'io.requery:sqlite-android:3.34.1'
implementation 'com.github.mikehardy:sqlite-android:3.35.1.1'
implementation 'com.afollestad.material-dialogs:core:0.9.6.0'
implementation 'com.getbase:floatingactionbutton:1.10.1'
// io.github.java-diff-utils:java-diff-utils is the natural successor here, but requires API24, #7091