gradle: remove ndk version setting

This commit is contained in:
Alibek Omarov 2020-04-10 03:34:04 +03:00
parent 74b4e0efee
commit ca36dd0238
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def buildnum = {
android {
compileSdkVersion 29
ndkVersion "20.1.5948944"
//ndkVersion "20.1.5948944"
defaultConfig {
applicationId APP_ID
minSdkVersion 21