Skip to content

Commit

Permalink
update Android native sdk version 1.4.43
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhichao Link committed Jul 30, 2024
1 parent 78e2dfe commit cf1471e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.4.32" //find the latest version of the sdk here:https://search.maven.org/search?q=g:network.particle
def sdkVersion = "1.4.43" //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 Down

0 comments on commit cf1471e

Please sign in to comment.