@norcy/react-native-toolkit 0.1.165 → 0.1.166

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.
@@ -77,7 +77,7 @@ ext.applyBuildTypes = { targetProject ->
77
77
  resValue "string", "app_name", "@string/app_name_debug"
78
78
  }
79
79
  release {
80
- signingConfig signingConfigs.debug
80
+ signingConfig signingConfigs.release
81
81
  minifyEnabled false
82
82
  proguardFiles targetProject.android.getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro"
83
83
  crunchPngs false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norcy/react-native-toolkit",
3
- "version": "0.1.165",
3
+ "version": "0.1.166",
4
4
  "description": "My Toolkit",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",