Update Android samples

This commit is contained in:
Emux
2021-10-21 13:07:43 +03:00
parent f04b8d36f8
commit 2ea8e006a3
3 changed files with 4 additions and 2 deletions

View File

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