gradle: remove ndk version setting

main
Alibek Omarov 4 years ago
parent 74b4e0efee
commit ca36dd0238
  1. 2
      app/build.gradle

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

Loading…
Cancel
Save