We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef05c3e commit 1ee8780Copy full SHA for 1ee8780
Assets/Plugins/Android/launcherTemplate.gradle
@@ -11,7 +11,7 @@ dependencies {
11
}
12
13
implementation project(':unityLibrary')
14
- def sdkVersion = "2.1.5" //find the latest version of the sdk here:https://search.maven.org/search?q=g:network.particle
+ def sdkVersion = "2.1.20" //find the latest version of the sdk here:https://search.maven.org/search?q=g:network.particle
15
16
//tips
17
//auth-service and auth-service-tiramisu are the same library,
0 commit comments