Use SDK 33, and remove cmake version.

This commit is contained in:
James Farrell
2022-12-13 10:28:24 -06:00
committed by James Farrell
parent 0674c384a7
commit 50f5fc5f80

View File

@@ -5,12 +5,12 @@ plugins {
android { android {
namespace 'com.example.exceptions' namespace 'com.example.exceptions'
compileSdk 32 compileSdk 33
defaultConfig { defaultConfig {
applicationId "com.example.exceptions" applicationId "com.example.exceptions"
minSdk 21 minSdk 21
targetSdk 32 targetSdk 33
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
@@ -33,7 +33,6 @@ android {
externalNativeBuild { externalNativeBuild {
cmake { cmake {
path file('src/main/cpp/CMakeLists.txt') path file('src/main/cpp/CMakeLists.txt')
version '3.18.1'
} }
} }
buildFeatures { buildFeatures {