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.3.0 '
434+ implementation 'eu.chainfire:librootjava:1.3.1 '
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.3.0 '
54+ libraryVersion = ' 1.3.1 '
5555
5656 developerId = ' Chainfire'
5757 developerName = ' Jorrit Jongma'
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ dependencies {
3636 // implementation project(':librootjava')
3737
3838 /* Use local Maven repository version, installed by installMavenLocal Gradle task */
39- // implementation('eu.chainfire:librootjava:1.3.0 -SNAPSHOT') { changing = true }
39+ // implementation('eu.chainfire:librootjava:1.3.1 -SNAPSHOT') { changing = true }
4040
4141 /* Use bintray/jcenter version */
42- implementation ' eu.chainfire:librootjava:1.3.0 '
42+ implementation ' eu.chainfire:librootjava:1.3.1 '
4343}
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.3.0 '
154+ implementation 'eu.chainfire:librootjavadaemon:1.3.1 '
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.3.0 -SNAPSHOT') { changing = true }
30+ // implementation('eu.chainfire:librootjava:1.3.1 -SNAPSHOT') { changing = true }
3131
3232 /* Use bintray/jcenter version */
33- implementation ' eu.chainfire:librootjava:1.3.0 '
33+ implementation ' eu.chainfire:librootjava:1.3.1 '
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.3.0 '
67+ libraryVersion = ' 1.3.1 '
6868
6969 developerId = ' Chainfire'
7070 developerName = ' Jorrit Jongma'
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ dependencies {
3737 // implementation project(':librootjavadaemon')
3838
3939 /* Use local Maven repository version, installed by installMavenLocal Gradle task */
40- // implementation('eu.chainfire:librootjava:1.3.0 -SNAPSHOT') { changing = true }
41- // implementation('eu.chainfire:librootjavadaemon:1.3.0 -SNAPSHOT') { changing = true }
40+ // implementation('eu.chainfire:librootjava:1.3.1 -SNAPSHOT') { changing = true }
41+ // implementation('eu.chainfire:librootjavadaemon:1.3.1 -SNAPSHOT') { changing = true }
4242
4343 /* Use bintray/jcenter version */
44- implementation ' eu.chainfire:librootjava:1.3.0 '
45- implementation ' eu.chainfire:librootjavadaemon:1.3.0 '
44+ implementation ' eu.chainfire:librootjava:1.3.1 '
45+ implementation ' eu.chainfire:librootjavadaemon:1.3.1 '
4646}
You can’t perform that action at this time.
0 commit comments