Skip to content

Commit 7b291cc

Browse files
authored
update jni/java-sdk version to 3.2.2 (#799)
1 parent c97361f commit 7b291cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ext {
2525
junitVersion = '4.13.2'
2626
commonsCollections4Version = "4.4"
2727
guavaVersion = '30.1.1-jre'
28-
bcosSdkJniVersion = "3.2.2-SNAPSHOT"
28+
bcosSdkJniVersion = "3.2.2"
2929
slf4jApiVerison = '1.7.36'
3030
mockitoVersion = '4.8.0'
3131
gsonVersion = '2.10'
@@ -35,7 +35,7 @@ ext {
3535
// integrationTest.mustRunAfter test
3636
allprojects {
3737
group = 'org.fisco-bcos.java-sdk'
38-
version = '3.2.2-SNAPSHOT'
38+
version = '3.2.2'
3939

4040
apply plugin: 'maven-publish'
4141
apply plugin: 'idea'

0 commit comments

Comments
 (0)