mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
Upgrade remaining dependencies (#1450)
This commit is contained in:
@@ -21,9 +21,9 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
|||||||
*/
|
*/
|
||||||
internal fun Project.configureForRootProject() {
|
internal fun Project.configureForRootProject() {
|
||||||
tasks.withType<Wrapper> {
|
tasks.withType<Wrapper> {
|
||||||
gradleVersion = "7.0.2"
|
gradleVersion = "7.1.1"
|
||||||
distributionType = Wrapper.DistributionType.ALL
|
distributionType = Wrapper.DistributionType.ALL
|
||||||
distributionSha256Sum = "13bf8d3cf8eeeb5770d19741a59bde9bd966dd78d17f1bbad787a05ef19d1c2d"
|
distributionSha256Sum = "9bb8bc05f562f2d42bdf1ba8db62f6b6fa1c3bf6c392228802cc7cb0578fe7e0"
|
||||||
}
|
}
|
||||||
configureBinaryCompatibilityValidator()
|
configureBinaryCompatibilityValidator()
|
||||||
}
|
}
|
||||||
|
@@ -1,8 +1,8 @@
|
|||||||
# Centralized versions for dependencies that share versions
|
# Centralized versions for dependencies that share versions
|
||||||
[versions]
|
[versions]
|
||||||
androidx_activity = "1.3.0-beta02"
|
androidx_activity = "1.3.0-rc01"
|
||||||
androidx_test = "1.4.0"
|
androidx_test = "1.4.0"
|
||||||
compose = "1.0.0-beta09"
|
compose = "1.0.0-rc01"
|
||||||
composeSnapshot = "-"
|
composeSnapshot = "-"
|
||||||
coroutines = "1.5.0"
|
coroutines = "1.5.0"
|
||||||
hilt = "2.37"
|
hilt = "2.37"
|
||||||
@@ -42,7 +42,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-rc01"
|
androidx-material = "com.google.android.material:material:1.4.0"
|
||||||
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"
|
||||||
@@ -95,7 +95,7 @@ thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-service
|
|||||||
# Testing dependencies
|
# Testing dependencies
|
||||||
testing-junit = "junit:junit:4.13.2"
|
testing-junit = "junit:junit:4.13.2"
|
||||||
testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
||||||
testing-robolectric = "org.robolectric:robolectric:4.6-alpha-2"
|
testing-robolectric = "org.robolectric:robolectric:4.6"
|
||||||
testing-sharedPrefsMock = "com.github.IvanShafran:shared-preferences-mock:1.0"
|
testing-sharedPrefsMock = "com.github.IvanShafran:shared-preferences-mock:1.0"
|
||||||
androidx-testing-rules = { module = "androidx.test:rules", version.ref="androidx_test" }
|
androidx-testing-rules = { module = "androidx.test:rules", version.ref="androidx_test" }
|
||||||
androidx-testing-runner = { module = "androidx.test:runner", version.ref="androidx_test" }
|
androidx-testing-runner = { module = "androidx.test:runner", version.ref="androidx_test" }
|
||||||
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionSha256Sum=13bf8d3cf8eeeb5770d19741a59bde9bd966dd78d17f1bbad787a05ef19d1c2d
|
distributionSha256Sum=9bb8bc05f562f2d42bdf1ba8db62f6b6fa1c3bf6c392228802cc7cb0578fe7e0
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-all.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
Reference in New Issue
Block a user