Updated AGP and compileSdkVersion

This commit is contained in:
snake-4
2024-04-09 05:34:27 +02:00
parent 52e5771205
commit d59ac2bf26
3 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ val abiList: List<String> by rootProject.extra
android {
namespace = "com.example.library"
compileSdkVersion = "android-31"
compileSdkVersion = "android-34"
defaultConfig {
minSdk = 21
ndk {