mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: fix CI builds
This commit is contained in:
@@ -7,6 +7,10 @@
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 29
|
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"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 17
|
minSdkVersion 17
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
|
|||||||
Reference in New Issue
Block a user