Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit a115ea8

Browse files
committed
Merge branch 'master' of github.com:novoda/SQLiteProvider
2 parents 2f33ead + 0836c14 commit a115ea8

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,45 +8,45 @@ SQLiteProvider implements a ContentProvider for you that allows database access
88
Download
99
--------
1010

11-
Download [the latest JAR][2] or grab via
11+
Add it to your projects via Gradle or Maven:
1212

1313
Gradle:
1414
````groovy
1515
dependencies {
16-
compile 'com.novoda:sqliteprovider-core:1.0.1'
16+
compile 'com.novoda:sqliteprovider-core:1.0.3'
1717
}
1818
````
1919
Maven:
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

3030
Gradle:
3131
````groovy
3232
repositories {
33-
maven {
34-
url "http://ci.novoda.com/maven/releases/"
35-
}
33+
jcenter()
3634
}
3735
````
3836
Maven:
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

4846
Check 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+
5050
Usage
5151
--------
5252

0 commit comments

Comments
 (0)