chore: fix CI builds

This commit is contained in:
Igor Randjelovic
2021-09-24 17:13:53 +02:00
committed by GitHub
parent 61980fd4a8
commit db7b02a418

View File

@@ -7,6 +7,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"
defaultConfig {
minSdkVersion 17
targetSdkVersion 29