Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhichao Link committed Feb 18, 2024
1 parent 7bb5f95 commit 3b886d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.5" //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
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.4.5" //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 3b886d9

Please sign in to comment.