@norcy/react-native-toolkit 0.1.156 → 0.1.157

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.
@@ -144,5 +144,6 @@ ext.applyAll = { targetProject ->
144
144
  applyBuildTypes(targetProject)
145
145
  applyCommonAndroidConfig(targetProject)
146
146
  applyCommonPlugins(targetProject)
147
+ applyCommonDependencies(targetProject)
147
148
  }
148
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norcy/react-native-toolkit",
3
- "version": "0.1.156",
3
+ "version": "0.1.157",
4
4
  "description": "My Toolkit",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",