mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-04-04 05:17:36 +03:00
fix: Upgrade gradle to 7.4.2
This commit is contained in:
parent
56a1601d79
commit
1aeff9684e
13 changed files with 12 additions and 7 deletions
|
@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
|
|||
apply plugin: 'kotlin-android'
|
||||
|
||||
android {
|
||||
namespace 'com.kunzisoft.keepass.icon'
|
||||
compileSdkVersion 32
|
||||
buildToolsVersion '32.0.0'
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
namespace 'com.kunzisoft.keepass.icon.classic'
|
||||
compileSdkVersion 32
|
||||
buildToolsVersion '32.0.0'
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
<manifest package="com.kunzisoft.keepass.icon.classic" />
|
||||
<manifest />
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
namespace 'com.kunzisoft.keepass.icon.material'
|
||||
compileSdkVersion 32
|
||||
buildToolsVersion '32.0.0'
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
<manifest package="com.kunzisoft.keepass.icon.material" />
|
||||
<manifest />
|
||||
|
|
|
@ -1 +1 @@
|
|||
<manifest package="com.kunzisoft.keepass.icon" />
|
||||
<manifest />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue