|
|
@@ -6,13 +6,13 @@ android {
|
|
|
// See https://code.google.com/p/android/issues/detail?id=52962
|
|
|
// and http://stackoverflow.com/questions/27277433/why-does-gradle-build-my-module-in-release-mode-when-the-app-is-in-debug
|
|
|
// defaultPublishConfig "debug"
|
|
|
- compileSdkVersion 31
|
|
|
- buildToolsVersion '31.0.0'
|
|
|
- ndkVersion '21.3.6528147'
|
|
|
+ compileSdkVersion 33
|
|
|
+ buildToolsVersion '33.0.0'
|
|
|
+ ndkVersion '23.2.8568313'
|
|
|
|
|
|
defaultConfig {
|
|
|
- compileSdkVersion 31
|
|
|
- buildToolsVersion '31.0.0'
|
|
|
+ compileSdkVersion 33
|
|
|
+ buildToolsVersion '33.0.0'
|
|
|
minSdkVersion 16
|
|
|
externalNativeBuild {
|
|
|
ndkBuild {
|
|
|
@@ -25,7 +25,7 @@ android {
|
|
|
abiFilters 'armeabi-v7a', 'arm64-v8a'
|
|
|
debugSymbolLevel 'SYMBOL_TABLE'
|
|
|
}
|
|
|
- targetSdkVersion 31
|
|
|
+ targetSdkVersion 33
|
|
|
}
|
|
|
|
|
|
def retrieveAll3pModules = { ->
|
|
|
@@ -111,5 +111,5 @@ android {
|
|
|
|
|
|
dependencies {
|
|
|
api fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
- api 'androidx.appcompat:appcompat:1.4.0'
|
|
|
+ api 'androidx.appcompat:appcompat:1.5.1'
|
|
|
}
|