mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
chore: 8.2.3-alpha.0
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user