File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Java 8:
76
76
<dependency >
77
77
<groupId >org.web3j</groupId >
78
78
<artifactId >core</artifactId >
79
- <version >1.0.5 </version >
79
+ <version >1.0.6 </version >
80
80
</dependency >
81
81
82
82
Android:
@@ -86,7 +86,7 @@ Android:
86
86
<dependency >
87
87
<groupId >org.web3j</groupId >
88
88
<artifactId >core-android</artifactId >
89
- <version >1.0.5 </version >
89
+ <version >1.0.6 </version >
90
90
</dependency >
91
91
92
92
Gradle
@@ -96,13 +96,13 @@ Java 8:
96
96
97
97
.. code-block :: groovy
98
98
99
- compile ('org.web3j:core:1.0.5 ')
99
+ compile ('org.web3j:core:1.0.6 ')
100
100
101
101
Android:
102
102
103
103
.. code-block :: groovy
104
104
105
- compile ('org.web3j:core-android:1.0.5 ')
105
+ compile ('org.web3j:core-android:1.0.6 ')
106
106
107
107
108
108
Start a client
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
}
10
10
11
11
plugins {
12
- id " com.jfrog.bintray" version " 1.6 " // version 1.7 requires JDK8
12
+ id " com.jfrog.bintray" version " 1.7.3 "
13
13
}
14
14
15
15
apply plugin : ' java'
@@ -218,7 +218,7 @@ task release {
218
218
dependsOn ' build'
219
219
dependsOn ' uploadArchives'
220
220
dependsOn ' closeAndPromoteRepository'
221
- dependsOn ' bintrayUpload' // doesn't work with JDK7
221
+ dependsOn ' bintrayUpload'
222
222
223
223
tasks. findByName(' build' ). mustRunAfter ' clean'
224
224
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Java 8:
13
13
<dependency >
14
14
<groupId >org.web3j</groupId >
15
15
<artifactId >core</artifactId >
16
- <version >1.0.5 </version >
16
+ <version >1.0.6 </version >
17
17
</dependency >
18
18
19
19
Android:
@@ -23,7 +23,7 @@ Android:
23
23
<dependency >
24
24
<groupId >org.web3j</groupId >
25
25
<artifactId >core-android</artifactId >
26
- <version >1.0.5 </version >
26
+ <version >1.0.6 </version >
27
27
</dependency >
28
28
29
29
Gradle
@@ -33,13 +33,13 @@ Java 8:
33
33
34
34
.. code-block :: groovy
35
35
36
- compile ('org.web3j:core:1.0.5 ')
36
+ compile ('org.web3j:core:1.0.6 ')
37
37
38
38
Android:
39
39
40
40
.. code-block :: groovy
41
41
42
- compile ('org.web3j:core-android:1.0.5 ')
42
+ compile ('org.web3j:core-android:1.0.6 ')
43
43
44
44
45
45
Start a client
You can’t perform that action at this time.
0 commit comments