fix: Upgrade all modules to API 34 #1730

This commit is contained in:
J-Jamet 2024-06-24 13:14:52 +02:00
parent f4b7db667f
commit 8d2de40df6
7 changed files with 16 additions and 20 deletions

View file

@ -3,12 +3,11 @@ apply plugin: 'kotlin-android'
android {
namespace 'com.kunzisoft.keepass.database'
compileSdkVersion 33
buildToolsVersion "33.0.2"
compileSdkVersion 34
defaultConfig {
minSdkVersion 15
targetSdk 33
targetSdk 34
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}