This repository was archived by the owner on Feb 11, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,45 +8,45 @@ SQLiteProvider implements a ContentProvider for you that allows database access
88Download
99--------
1010
11- Download [ the latest JAR ] [ 2 ] or grab via
11+ Add it to your projects via Gradle or Maven:
1212
1313Gradle:
1414```` groovy
1515dependencies {
16- compile 'com.novoda:sqliteprovider-core:1.0.1 '
16+ compile 'com.novoda:sqliteprovider-core:1.0.3 '
1717}
1818````
1919Maven:
2020```` xml
2121<dependency >
2222 <groupId >com.novoda</groupId >
2323 <artifactId >sqliteprovider-core</artifactId >
24- <version >1.0.1 </version >
24+ <version >1.0.3 </version >
2525</dependency >
2626````
2727
28- You will need to declare the Novoda repository :
28+ You just need to declare jCenter in the list of repositories :
2929
3030Gradle:
3131```` groovy
3232repositories {
33- maven {
34- url "http://ci.novoda.com/maven/releases/"
35- }
33+ jcenter()
3634}
3735````
3836Maven:
3937```` xml
4038<repositories >
4139 <repository >
42- <id >public-mvn-repo-releases </id >
43- <url >http://ci.novoda .com/maven/releases/ </url >
40+ <id >bintray-jcenter </id >
41+ <url >http://jcenter.bintray .com</url >
4442 </repository >
4543</repositories >
4644````
4745
4846Check the [ WIKI] [ 5 ] for further instruction
4947
48+ [ ![ Download] ( https://api.bintray.com/packages/novoda/maven/sqliteprovider-core/images/download.svg ) ] ( https://bintray.com/novoda/maven/sqliteprovider-core/_latestVersion )
49+
5050Usage
5151--------
5252
You can’t perform that action at this time.
0 commit comments