fix: Upgrade to SDK 33

This commit is contained in:
J-Jamet 2023-06-17 19:01:35 +02:00
parent 7cd456ecbc
commit f02b7c16d2
10 changed files with 96 additions and 99 deletions

View file

@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
android {
namespace 'com.kunzisoft.keepass.database'
compileSdkVersion 32
buildToolsVersion "32.0.0"
compileSdkVersion 33
buildToolsVersion "33.0.2"
defaultConfig {
minSdkVersion 15
targetSdk 32
targetSdk 33
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"