mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-29 13:27:46 +00:00
Update dependencies (#1437)
This commit is contained in:
parent
7bbdfcf6f6
commit
b35a9a948e
@ -1,11 +1,11 @@
|
|||||||
# Centralized versions for dependencies that share versions
|
# Centralized versions for dependencies that share versions
|
||||||
[versions]
|
[versions]
|
||||||
androidx_activity = "1.3.0-beta01"
|
androidx_activity = "1.3.0-beta01"
|
||||||
androidx_test = "1.4.0-beta01"
|
androidx_test = "1.4.0-beta02"
|
||||||
compose = "1.0.0-beta08"
|
compose = "1.0.0-beta08"
|
||||||
composeSnapshot = "-"
|
composeSnapshot = "-"
|
||||||
coroutines = "1.5.0"
|
coroutines = "1.5.0"
|
||||||
hilt = "2.36"
|
hilt = "2.37"
|
||||||
kotlin = "1.5.10"
|
kotlin = "1.5.10"
|
||||||
lifecycle = "2.4.0-alpha01"
|
lifecycle = "2.4.0-alpha01"
|
||||||
|
|
||||||
@ -43,7 +43,7 @@ androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common-java
|
|||||||
androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref="lifecycle" }
|
androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref="lifecycle" }
|
||||||
androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref="lifecycle" }
|
androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref="lifecycle" }
|
||||||
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha05"
|
androidx-lifecycle-viewmodel-compose = "androidx.lifecycle:lifecycle-viewmodel-compose:1.0.0-alpha05"
|
||||||
androidx-material = "com.google.android.material:material:1.4.0-beta01"
|
androidx-material = "com.google.android.material:material:1.4.0-rc01"
|
||||||
androidx-preference = "androidx.preference:preference:1.1.1"
|
androidx-preference = "androidx.preference:preference:1.1.1"
|
||||||
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.2.1"
|
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.2.1"
|
||||||
androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01"
|
androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01"
|
||||||
@ -77,12 +77,12 @@ aps-sublimeFuzzy = "com.github.android-password-store:sublime-fuzzy:1.0.0"
|
|||||||
aps-zxingAndroidEmbedded = "com.github.android-password-store:zxing-android-embedded:4.2.0"
|
aps-zxingAndroidEmbedded = "com.github.android-password-store:zxing-android-embedded:4.2.0"
|
||||||
|
|
||||||
# Third-party dependencies
|
# Third-party dependencies
|
||||||
thirdparty-bouncycastle = "org.bouncycastle:bcprov-jdk15on:1.68"
|
thirdparty-bouncycastle = "org.bouncycastle:bcprov-jdk15on:1.69"
|
||||||
thirdparty-commons_codec = "commons-codec:commons-codec:1.14"
|
thirdparty-commons_codec = "commons-codec:commons-codec:1.14"
|
||||||
thirdparty-eddsa = "net.i2p.crypto:eddsa:0.3.0"
|
thirdparty-eddsa = "net.i2p.crypto:eddsa:0.3.0"
|
||||||
thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.1.5"
|
thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.1.5"
|
||||||
thirdparty-jgit = "org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r"
|
thirdparty-jgit = "org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r"
|
||||||
thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.11"
|
thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.12"
|
||||||
thirdparty-leakcanary = "com.squareup.leakcanary:leakcanary-android:2.7"
|
thirdparty-leakcanary = "com.squareup.leakcanary:leakcanary-android:2.7"
|
||||||
thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.1.0"
|
thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.1.0"
|
||||||
thirdparty-plumber = "com.squareup.leakcanary:plumber-android:2.7"
|
thirdparty-plumber = "com.squareup.leakcanary:plumber-android:2.7"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user