File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
librootjavadaemon_example Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ an Android 10 preview comes out!
431431## Gradle
432432
433433```
434- implementation 'eu.chainfire:librootjava:1.1 .0'
434+ implementation 'eu.chainfire:librootjava:1.2 .0'
435435```
436436
437437## Notes
Original file line number Diff line number Diff line change 5151 gitUrl = ' https://github.com/Chainfire/librootjava.git'
5252 issueTrackerUrl = ' https://github.com/Chainfire/librootjava/issues'
5353
54- libraryVersion = ' 1.1 .0'
54+ libraryVersion = ' 1.2 .0'
5555
5656 developerId = ' Chainfire'
5757 developerName = ' Jorrit Jongma'
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ dependencies {
3535 // implementation project(':librootjava')
3636
3737 /* Use local Maven repository version, installed by installMavenLocal Gradle task */
38- // implementation('eu.chainfire:librootjava:1.1 .0-SNAPSHOT') { changing = true }
38+ // implementation('eu.chainfire:librootjava:1.2 .0-SNAPSHOT') { changing = true }
3939
4040 /* Use bintray/jcenter version */
41- implementation ' eu.chainfire:librootjava:1.1 .0'
41+ implementation ' eu.chainfire:librootjava:1.2 .0'
4242}
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ on the Android site.
151151## Gradle
152152
153153```
154- implementation 'eu.chainfire:librootjavadaemon:1.1 .0'
154+ implementation 'eu.chainfire:librootjavadaemon:1.2 .0'
155155```
156156
157157You should update to the latest libRootJava and libRootJavaDaemon at the
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ dependencies {
2727 // implementation project(':librootjava')
2828
2929 /* Use local Maven repository version, installed by installMavenLocal Gradle task */
30- // implementation('eu.chainfire:librootjava:1.1 .0-SNAPSHOT') { changing = true }
30+ // implementation('eu.chainfire:librootjava:1.2 .0-SNAPSHOT') { changing = true }
3131
3232 /* Use bintray/jcenter version */
33- implementation ' eu.chainfire:librootjava:1.1 .0'
33+ implementation ' eu.chainfire:librootjava:1.2 .0'
3434}
3535
3636task sourcesJar (type : Jar ) {
6464 gitUrl = ' https://github.com/Chainfire/librootjava.git'
6565 issueTrackerUrl = ' https://github.com/Chainfire/librootjava/issues'
6666
67- libraryVersion = ' 1.1 .0'
67+ libraryVersion = ' 1.2 .0'
6868
6969 developerId = ' Chainfire'
7070 developerName = ' Jorrit Jongma'
Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ dependencies {
3636 // implementation project(':librootjavadaemon')
3737
3838 /* Use local Maven repository version, installed by installMavenLocal Gradle task */
39- // implementation('eu.chainfire:librootjava:1.1 .0-SNAPSHOT') { changing = true }
40- // implementation('eu.chainfire:librootjavadaemon:1.1 .0-SNAPSHOT') { changing = true }
39+ // implementation('eu.chainfire:librootjava:1.2 .0-SNAPSHOT') { changing = true }
40+ // implementation('eu.chainfire:librootjavadaemon:1.2 .0-SNAPSHOT') { changing = true }
4141
4242 /* Use bintray/jcenter version */
43- implementation ' eu.chainfire:librootjava:1.1 .0'
44- implementation ' eu.chainfire:librootjavadaemon:1.1 .0'
43+ implementation ' eu.chainfire:librootjava:1.2 .0'
44+ implementation ' eu.chainfire:librootjavadaemon:1.2 .0'
4545}
You can’t perform that action at this time.
0 commit comments