Skip to content

Commit 7863f45

Browse files
committed
v1.2.0
1 parent 8c65e53 commit 7863f45

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

librootjava/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

librootjava/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ext {
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'

librootjava_example/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

librootjavadaemon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

157157
You should update to the latest libRootJava and libRootJavaDaemon at the

librootjavadaemon/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

3636
task sourcesJar(type: Jar) {
@@ -64,7 +64,7 @@ ext {
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'

librootjavadaemon_example/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)