Skip to content

Commit

Permalink
Add sqlite resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
janicduplessis committed Aug 5, 2022
1 parent ed4628a commit 31494cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ buildscript {


allprojects {
configurations.all {
resolutionStrategy {
force 'org.xerial:sqlite-jdbc:3.34.0'
}
}
repositories {
jcenter()
maven {
Expand Down

0 comments on commit 31494cd

Please sign in to comment.