sparkling-debug-tool 2.1.0-rc.26 → 2.1.0-rc.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -49,7 +49,7 @@ dependencies {
49
49
  val sparklingVersion =
50
50
  (findProperty("SPARKLING_ANDROID_SDK_VERSION") as? String)
51
51
  ?: System.getenv("SPARKLING_ANDROID_SDK_VERSION")
52
- ?: "2.1.0-rc.26"
52
+ ?: "2.1.0-rc.28"
53
53
  val localSparkling = rootProject.findProject(":sparkling")
54
54
  if (localSparkling != null) {
55
55
  compileOnly(localSparkling)
@@ -1,6 +1,6 @@
1
1
  Pod::Spec.new do |s|
2
2
  s.name = 'Sparkling-DebugTool'
3
- s.version = "2.1.0-rc.26"
3
+ s.version = "2.1.0-rc.28"
4
4
  s.summary = "Sparkling debug tool SDK"
5
5
  s.description = "Sparkling debug tool SDK"
6
6
  s.license = { :type => 'Apache-2.0' }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sparkling-debug-tool",
3
- "version": "2.1.0-rc.26",
3
+ "version": "2.1.0-rc.28",
4
4
  "description": "Sparkling debug tool SDK",
5
5
  "homepage": "https://tiktok.github.io/sparkling/",
6
6
  "repository": {