@castleio/react-native-castle 2.0.8 → 2.0.9

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.
@@ -7,11 +7,7 @@
7
7
  <option name="autoReloadType" value="NONE" />
8
8
  </component>
9
9
  <component name="ChangeListManager">
10
- <list default="true" id="77b61a6f-4ac9-45b2-a7de-a3c6777574bb" name="Default Changelist" comment="">
11
- <change beforePath="$PROJECT_DIR$/build.gradle" beforeDir="false" afterPath="$PROJECT_DIR$/build.gradle" afterDir="false" />
12
- <change beforePath="$PROJECT_DIR$/gradle.properties" beforeDir="false" afterPath="$PROJECT_DIR$/gradle.properties" afterDir="false" />
13
- <change beforePath="$PROJECT_DIR$/../example/android/build.gradle" beforeDir="false" afterPath="$PROJECT_DIR$/../example/android/build.gradle" afterDir="false" />
14
- </list>
10
+ <list default="true" id="77b61a6f-4ac9-45b2-a7de-a3c6777574bb" name="Default Changelist" comment="" />
15
11
  <option name="SHOW_DIALOG" value="false" />
16
12
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
17
13
  <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -125,5 +125,5 @@ dependencies {
125
125
  // noinspection GradleDynamicVersion
126
126
  api 'com.facebook.react:react-native:+'
127
127
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
128
- api 'io.castle.android:castle:3.0.6'
128
+ api 'io.castle.android:castle:3.0.7'
129
129
  }
@@ -1,5 +1,5 @@
1
1
  Castle_kotlinVersion=1.7.10
2
- Castle_compileSdkVersion=32
2
+ Castle_compileSdkVersion=33
3
3
  Castle_buildToolsVersion=30.0.3
4
- Castle_targetSdkVersion=32
4
+ Castle_targetSdkVersion=33
5
5
  android.useAndroidX=true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@castleio/react-native-castle",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "Castle SDK for React Native",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",