Skip to content

Commit

Permalink
Stop using bintray for sqlite3-native-library
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Feb 6, 2021
1 parent 0d7f2b4 commit 2b0c1ff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions sqlite3_flutter_libs/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ buildscript {
rootProject.allprojects {
repositories {
google()
jcenter()

maven {
url 'https://dl.bintray.com/sbinder/sqlite3-native-library/'
url 'https://simonbinder.eu/maven/'
content {
includeGroup('eu.simonbinder')
}
}
}
}
Expand All @@ -37,5 +39,5 @@ android {
}

dependencies {
implementation 'eu.simonbinder:sqlite3-native-library:3.32.3'
implementation 'eu.simonbinder:sqlite3-native-library:3.34.1'
}

0 comments on commit 2b0c1ff

Please sign in to comment.