@nativescript/android 8.2.3 → 8.3.0-alpha.1

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.
@@ -186,6 +186,7 @@ def setAppIdentifier = { ->
186
186
  }
187
187
 
188
188
  android {
189
+ applyBeforePluginGradleConfiguration()
189
190
 
190
191
  if (enableKotlin) {
191
192
  kotlinOptions {
@@ -242,7 +243,6 @@ android {
242
243
  }
243
244
 
244
245
  setAppIdentifier()
245
- applyBeforePluginGradleConfiguration()
246
246
  applyPluginGradleConfigurations()
247
247
  applyAppGradleConfiguration()
248
248
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nativescript/android",
3
3
  "description": "NativeScript Runtime for Android",
4
- "version": "8.2.3",
4
+ "version": " 8.3.0-alpha.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/NativeScript/android-runtime.git"