@oscilar/react-native-oscilar-module 3.0.2 → 3.0.3

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.
@@ -98,7 +98,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
98
98
  dependencies {
99
99
  implementation "com.facebook.react:react-android"
100
100
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
101
- debugImplementation "com.oscilar:osclib:3.1.1"
101
+ debugImplementation "com.oscilar:osclib:3.1.2"
102
102
  releaseImplementation "com.oscilar:osclib:3.1.1"
103
103
  implementation "com.google.code.gson:gson:2.10.1"
104
104
  implementation "com.squareup.retrofit2:retrofit:2.9.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oscilar/react-native-oscilar-module",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Oscilar module for React Native",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",