Android 10 targetSdkVersion with runtime permissions, #728

This commit is contained in:
Emux
2019-06-17 11:11:05 +03:00
parent fcf7272f2e
commit c526599e20
10 changed files with 68 additions and 31 deletions

View File

@@ -33,7 +33,7 @@ static def androidCompileSdk() { return 29 }
// 14 for Support Library, 16 for sqlite-android
static def androidMinSdk() { return 16 }
static def androidTargetSdk() { return 22 }
static def androidTargetSdk() { return 29 }
static def versionCode() { return 1 }