Skip to content

Commit 2cc1e9b

Browse files
committed
v1.3.1
1 parent aeab2d7 commit 2cc1e9b

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.3.0'
434+
implementation 'eu.chainfire:librootjava:1.3.1'
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.3.0'
54+
libraryVersion = '1.3.1'
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
@@ -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
}

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.3.0'
154+
implementation 'eu.chainfire:librootjavadaemon:1.3.1'
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.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

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.3.0'
67+
libraryVersion = '1.3.1'
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
@@ -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
}

0 commit comments

Comments
 (0)