mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
chore: 8.2.3-alpha.0
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@nativescript/core",
|
"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.",
|
"description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.",
|
||||||
"main": "index",
|
"main": "index",
|
||||||
"types": "index.d.ts",
|
"types": "index.d.ts",
|
||||||
|
Binary file not shown.
@ -6,14 +6,10 @@
|
|||||||
//}
|
//}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 29
|
compileSdkVersion 31
|
||||||
// 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"
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 17
|
minSdkVersion 19
|
||||||
targetSdkVersion 29
|
targetSdkVersion 31
|
||||||
generatedDensities = []
|
generatedDensities = []
|
||||||
}
|
}
|
||||||
aaptOptions {
|
aaptOptions {
|
||||||
|
Reference in New Issue
Block a user