Set minSdk and compileSdkVersion to 21 and 31...

Bumped C++ version to 20.
Updated .gitignore
This commit is contained in:
snake-4
2024-03-25 02:48:45 +01:00
parent 4942a3c4da
commit c630bb1bca
3 changed files with 4 additions and 4 deletions

View File

@@ -12,8 +12,9 @@ val abiList: List<String> by rootProject.extra
android {
namespace = "com.example.library"
compileSdk = 34
compileSdkVersion = "android-31"
defaultConfig {
minSdk = 21
ndk {
abiFilters.addAll(abiList)
}