Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Houn committed Sep 10, 2024
1 parent 79fdac7 commit eed4e43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion particle-aa/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
def sdkVersion = "2.0.11"
def sdkVersion = "2.1.0"
implementation("network.particle:aa-service:$sdkVersion")
implementation("com.github.xxhong:CollectsPkg:2.1.0")
implementation("commons-codec:commons-codec:1.15")
Expand Down
2 changes: 1 addition & 1 deletion particle-auth-core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
def sdkVersion = "2.0.11"
def sdkVersion = "2.1.0"
implementation("network.particle:connect-common:$sdkVersion")
implementation("network.particle:base-service:$sdkVersion")
implementation("network.particle:mpc-core:$sdkVersion")
Expand Down
2 changes: 1 addition & 1 deletion particle-base/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
}

dependencies {
def sdkVersion = "2.0.11"
def sdkVersion = "2.1.0"
implementation("network.particle:base-service:$sdkVersion")
implementation("com.github.xxhong:CollectsPkg:2.1.0")
implementation("commons-codec:commons-codec:1.15")
Expand Down
2 changes: 1 addition & 1 deletion particle-wallet/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
def sdkVersion = "2.0.11"
def sdkVersion = "2.1.0"
implementation("network.particle:auth-service:$sdkVersion")
implementation("network.particle:api-service:$sdkVersion")
implementation("network.particle:wallet-service:$sdkVersion") {
Expand Down

0 comments on commit eed4e43

Please sign in to comment.