mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-04-04 05:17:36 +03:00
fix: Upgrade to SDK 33
This commit is contained in:
parent
7cd456ecbc
commit
f02b7c16d2
10 changed files with 96 additions and 99 deletions
|
@ -3,12 +3,12 @@ apply plugin: 'kotlin-android'
|
|||
|
||||
android {
|
||||
namespace 'com.kunzisoft.keepass.icon'
|
||||
compileSdkVersion 32
|
||||
buildToolsVersion '32.0.0'
|
||||
compileSdkVersion 33
|
||||
buildToolsVersion '33.0.2'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 32
|
||||
targetSdkVersion 33
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
|
|||
|
||||
android {
|
||||
namespace 'com.kunzisoft.keepass.icon.classic'
|
||||
compileSdkVersion 32
|
||||
buildToolsVersion '32.0.0'
|
||||
compileSdkVersion 33
|
||||
buildToolsVersion '33.0.2'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 32
|
||||
targetSdkVersion 33
|
||||
}
|
||||
|
||||
resourcePrefix 'classic_'
|
||||
|
|
|
@ -2,12 +2,12 @@ apply plugin: 'com.android.library'
|
|||
|
||||
android {
|
||||
namespace 'com.kunzisoft.keepass.icon.material'
|
||||
compileSdkVersion 32
|
||||
buildToolsVersion '32.0.0'
|
||||
compileSdkVersion 33
|
||||
buildToolsVersion '33.0.2'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 32
|
||||
targetSdkVersion 33
|
||||
}
|
||||
|
||||
resourcePrefix 'material_'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue