Skip to content

Commit

Permalink
Merge branch 'sync-1.3.x'
Browse files Browse the repository at this point in the history
* sync-1.3.x:
  Android Native 1.3.6
  • Loading branch information
Zhichao Link committed Nov 30, 2023
2 parents ec3776c + 93cc74b commit 0ed146e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Assets/Plugins/Android/launcherTemplate.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
}
}
implementation project(':unityLibrary')
def sdkVersion = "1.3.5" //find the latest version of the sdk here:https://search.maven.org/search?q=g:network.particle
def sdkVersion = "1.3.6" //find the latest version of the sdk here:https://search.maven.org/search?q=g:network.particle

//tips
//auth-service and auth-service-tiramisu are the same library,
Expand All @@ -33,13 +33,11 @@ dependencies {
implementation("network.particle:mpc-core:$sdkVersion")
implementation("network.particle:auth-core:$sdkVersion")
//if only use connect sdk, you must add the following dependencies
// def sdkVersion = "0.9.31" find the latest version of the sdk here:https://search.maven.org/search?q=g:network.particle
// implementation "network.particle:connect-common:${connectVersion}"
// implementation "network.particle:connect:${connectVersion}"
// implementation "network.particle:connect-evm-adapter:${connectVersion}"
// implementation "network.particle:connect-solana-adapter:${connectVersion}"
// implementation "network.particle:connect-phantom-adapter:${connectVersion}"
// implementation "network.particle:connect-wallet-connect-adapter:${connectVersion}"
implementation("network.particle:connect-evm-adapter:$sdkVersion")
implementation("network.particle:connect-solana-adapter:$sdkVersion")
implementation("network.particle:connect-phantom-adapter:$sdkVersion")
implementation("network.particle:connect-wallet-connect-adapter:$sdkVersion")
implementation("network.particle:connect-auth-adapter:$sdkVersion")
}
Properties localProps = getLocalProperties()
android {
Expand Down

0 comments on commit 0ed146e

Please sign in to comment.