Skip to content

Commit

Permalink
Use jitpack to reference sqlite-android artifact
Browse files Browse the repository at this point in the history
requery / sqlite-android was still using jcenter, which is going away

This is tracked upstream:
requery/sqlite-android#140
requery/sqlite-android#145
  • Loading branch information
mikehardy committed Apr 16, 2021
1 parent 0bd9964 commit 1cda873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnkiDroid/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cda873

Please sign in to comment.