mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +02:00
fix(gradle): address GradleDependency
lint
This commit is contained in:
parent
a634e22d7f
commit
210d46a58a
|
@ -1,5 +1,7 @@
|
||||||
[versions]
|
[versions]
|
||||||
agp = "7.4.2"
|
agp = "7.4.2"
|
||||||
|
# 1.8.x is being built against current DP releases
|
||||||
|
# noinspection GradleDependency
|
||||||
androidxActivity = "1.7.0-beta02"
|
androidxActivity = "1.7.0-beta02"
|
||||||
bouncycastle = "1.72"
|
bouncycastle = "1.72"
|
||||||
# @keep used for kotlinCompilerExtensionVersion
|
# @keep used for kotlinCompilerExtensionVersion
|
||||||
|
@ -12,6 +14,8 @@ leakcanary = "2.10"
|
||||||
lifecycle = "2.6.0-rc01"
|
lifecycle = "2.6.0-rc01"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
|
# 2.x releases for desugar_jdk_libs are weird and broken
|
||||||
|
# noinspection GradleDependency
|
||||||
android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.2.2"
|
android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.2.2"
|
||||||
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
|
||||||
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidxActivity" }
|
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidxActivity" }
|
||||||
|
|
Loading…
Reference in a new issue