chore: 8.2.3-alpha.0

This commit is contained in:
Nathan Walker
2022-04-14 21:55:29 -07:00
parent 338ae56a82
commit c930d25e15
3 changed files with 4 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@nativescript/core",
"version": "8.2.2",
"version": "8.2.3-alpha.0",
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
"main": "index",
"types": "index.d.ts",

View File

@ -6,14 +6,10 @@
//}
android {
compileSdkVersion 29
// added ndkVersion because CI tries to use a higer version and fails
// if having trouble running or building locally, comment this line
// todo: remove once ndk 23+ is supported
ndkVersion "22.1.7171670"
compileSdkVersion 31
defaultConfig {
minSdkVersion 17
targetSdkVersion 29
minSdkVersion 19
targetSdkVersion 31
generatedDensities = []
}
aaptOptions {