File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
2121VERSION_CODE =1
2222GROUP =com.github.fernandodev.androidproperties
2323
You can’t perform that action at this time.
0 commit comments