mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
fix: Upgrade to SDK 33
This commit is contained in:
10
build.gradle
10
build.gradle
@@ -1,10 +1,10 @@
|
||||
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.7.10'
|
||||
ext.android_core_version = '1.8.0'
|
||||
ext.android_appcompat_version = '1.5.0'
|
||||
ext.android_material_version = '1.6.1'
|
||||
ext.android_test_version = '1.4.0'
|
||||
ext.kotlin_version = '1.8.20'
|
||||
ext.android_core_version = '1.10.1'
|
||||
ext.android_appcompat_version = '1.6.1'
|
||||
ext.android_material_version = '1.9.0'
|
||||
ext.android_test_version = '1.5.2'
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
|
||||
Reference in New Issue
Block a user