File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ Java 8:
121
121
<dependency >
122
122
<groupId >org.web3j</groupId >
123
123
<artifactId >core</artifactId >
124
- <version >3.1.1 </version >
124
+ <version >3.2.0 </version >
125
125
</dependency >
126
126
127
127
Android:
@@ -141,7 +141,7 @@ Java 8:
141
141
142
142
.. code-block :: groovy
143
143
144
- compile ('org.web3j:core:3.1.1 ')
144
+ compile ('org.web3j:core:3.2.0 ')
145
145
146
146
Android:
147
147
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ allprojects {
44
44
targetCompatibility = 1.8
45
45
46
46
group ' org.web3j'
47
- version ' 3.1.1 '
47
+ version ' 3.2.0 '
48
48
49
49
apply plugin : ' java'
50
50
apply plugin : ' jacoco'
Original file line number Diff line number Diff line change 54
54
# built documents.
55
55
#
56
56
# The short X.Y version.
57
- version = u'3.1 '
57
+ version = u'3.2 '
58
58
# The full version, including alpha/beta/rc tags.
59
- release = u'3.1.1 '
59
+ release = u'3.2.0 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
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 >3.1.1 </version >
16
+ <version >3.2.0 </version >
17
17
</dependency >
18
18
19
19
Android:
@@ -33,7 +33,7 @@ Java 8:
33
33
34
34
.. code-block :: groovy
35
35
36
- compile ('org.web3j:core:3.1.1 ')
36
+ compile ('org.web3j:core:3.2.0 ')
37
37
38
38
Android:
39
39
You can’t perform that action at this time.
0 commit comments