updating some libraries
This commit is contained in:
parent
571e90379b
commit
571e8e3ef2
1 changed files with 7 additions and 7 deletions
|
@ -29,8 +29,8 @@ dependencies {
|
|||
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
|
||||
implementation "androidx.documentfile:documentfile:1.0.1"
|
||||
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
|
||||
implementation "androidx.exifinterface:exifinterface:1.3.3"
|
||||
implementation "androidx.biometric:biometric-ktx:1.2.0-alpha04"
|
||||
implementation "androidx.exifinterface:exifinterface:1.3.6"
|
||||
implementation "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
||||
implementation "com.googlecode.ez-vcard:ez-vcard:0.11.3"
|
||||
|
||||
api "joda-time:joda-time:2.11.0"
|
||||
|
@ -39,15 +39,15 @@ dependencies {
|
|||
api "com.github.duolingo:rtl-viewpager:940f12724f"
|
||||
api "com.github.aritraroy:PatternLockView:a90b0d4bf0"
|
||||
api "androidx.core:core-ktx:1.8.0"
|
||||
api "androidx.appcompat:appcompat:1.5.0"
|
||||
api "com.google.android.material:material:1.8.0"
|
||||
api "androidx.appcompat:appcompat:1.6.1"
|
||||
api "com.google.android.material:material:1.9.0"
|
||||
api "com.google.code.gson:gson:2.9.1"
|
||||
|
||||
api "com.github.bumptech.glide:glide:4.15.1"
|
||||
kapt "com.github.bumptech.glide:compiler:4.15.1"
|
||||
annotationProcessor "com.github.bumptech.glide:compiler:4.15.1"
|
||||
|
||||
api "androidx.room:room-runtime:2.4.3"
|
||||
kapt "androidx.room:room-compiler:2.4.3"
|
||||
annotationProcessor "androidx.room:room-compiler:2.4.3"
|
||||
api "androidx.room:room-runtime:2.5.2"
|
||||
kapt "androidx.room:room-compiler:2.5.2"
|
||||
annotationProcessor "androidx.room:room-compiler:2.5.2"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue