mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Upgrade libs
This commit is contained in:
@@ -99,14 +99,14 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
def room_version = "2.4.0"
|
||||
def room_version = "2.4.1"
|
||||
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
implementation "androidx.appcompat:appcompat:$android_appcompat_version"
|
||||
implementation 'androidx.preference:preference-ktx:1.1.1'
|
||||
implementation 'androidx.cardview:cardview:1.0.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
|
||||
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
|
||||
implementation 'androidx.documentfile:documentfile:1.0.1'
|
||||
implementation 'androidx.biometric:biometric:1.1.0'
|
||||
|
||||
@@ -3,7 +3,7 @@ buildscript {
|
||||
ext.kotlin_version = '1.6.10'
|
||||
ext.android_core_version = '1.7.0'
|
||||
ext.android_appcompat_version = '1.4.0'
|
||||
ext.android_material_version = '1.4.0'
|
||||
ext.android_material_version = '1.5.0'
|
||||
ext.android_test_version = '1.4.0'
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
Reference in New Issue
Block a user