Skip to content

Commit 5ed9992

Browse files
committed
Bump version to 1.0.0 code 1
1 parent 1b726f7 commit 5ed9992

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,19 @@ You just have to extends from AssetsProperties and use `@Property` annotation to
99

1010
## Installation
1111

12-
.... under construction .....
12+
It's very simple with gradle ;)
13+
14+
Add mavenCentral as repository source:
15+
16+
repositories {
17+
mavenCentral()
18+
}
19+
20+
And finnaly add this line inside dependencies { } section:
21+
22+
compile 'com.github.fernandodev.androidproperties:androidproperties:+'
23+
24+
The + symbol indicates to gradle to get the latest version.
1325

1426
* See the sample if there are any doubts.
1527

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=1.0.0-SNAPSHOT
20+
VERSION_NAME=1.0.0
2121
VERSION_CODE=1
2222
GROUP=com.github.fernandodev.androidproperties
2323

0 commit comments

Comments
 (0)