aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-05-15 12:29:35 +0530
committerGitHub <noreply@github.com>2021-05-15 06:59:35 +0000
commitf25dabc5e7f47b77b55c0bfb8c7f2038f10d8a95 (patch)
treec03706d1e2d404f4cca1e20046cc43d21773191a /gradle
parent859dc008bc38e6a56fcbaf7d70f95858c57ec9d1 (diff)
Bump Robolectric, Gradle and kotlinx.coroutines (#1408)
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml4
-rw-r--r--gradle/wrapper/gradle-wrapper.properties4
2 files changed, 4 insertions, 4 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 4cc0a5d3..d406c3ce 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,7 +1,7 @@
# Centralized versions for dependencies that share versions
[versions]
androidx_test = "1.4.0-alpha06"
-coroutines = "1.5.0-RC"
+coroutines = "1.5.0"
hilt = "2.35.1"
kotlin = "1.5.0"
lifecycle = "2.4.0-alpha01"
@@ -75,7 +75,7 @@ thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-service
# Testing dependencies
testing-junit = "junit:junit:4.13.2"
testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
-testing-robolectric = "org.robolectric:robolectric:4.5.1"
+testing-robolectric = "org.robolectric:robolectric:4.6-alpha-1"
androidx-testing-rules = { module = "androidx.test:rules", version.ref="androidx_test" }
androidx-testing-runner = { module = "androidx.test:runner", version.ref="androidx_test" }
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 099f1006..e1e2fd2c 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionSha256Sum=ca42877db3519b667cd531c414be517b294b0467059d401e7133f0e55b9bf265
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-all.zip
+distributionSha256Sum=13bf8d3cf8eeeb5770d19741a59bde9bd966dd78d17f1bbad787a05ef19d1c2d
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists