@norcy/react-native-toolkit 0.1.143 → 0.1.144

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.
@@ -1,4 +1,4 @@
1
- ReactNativeToolkit_kotlinVersion=1.3.50
2
- ReactNativeToolkit_compileSdkVersion=28
3
- ReactNativeToolkit_buildToolsVersion=28.0.3
4
- ReactNativeToolkit_targetSdkVersion=28
1
+ ReactNativeToolkit_kotlinVersion=1.6.0
2
+ ReactNativeToolkit_compileSdkVersion=33
3
+ ReactNativeToolkit_buildToolsVersion=29.0.3
4
+ ReactNativeToolkit_targetSdkVersion=33
package/clean_build.sh ADDED
@@ -0,0 +1,6 @@
1
+ #!/bin/bash
2
+ # 清理库的构建缓存
3
+ ./gradlew clean 2>/dev/null || echo "没有 gradlew,跳过"
4
+ rm -rf android/build
5
+ rm -rf android/.gradle
6
+ echo "库缓存已清理"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norcy/react-native-toolkit",
3
- "version": "0.1.143",
3
+ "version": "0.1.144",
4
4
  "description": "My Toolkit",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",