Skip to content

Commit ced6aae

Browse files
committed
Upgrade various dependencies
1 parent e8d28bd commit ced6aae

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ buildscript {
22
/** Various versions to be used throughout all modules. */
33
ext {
44
// Android
5-
activity_version = '1.2.0'
5+
activity_version = '1.2.2'
66
appcompat_version = '1.2.0'
77
core_version = '1.3.2'
8-
fragment_version = '1.3.0'
9-
lifecycle_version = '2.3.0'
8+
fragment_version = '1.3.2'
9+
lifecycle_version = '2.3.1'
1010
material_version = '1.3.0'
11-
navigation_version = '2.3.3'
11+
navigation_version = '2.3.4'
1212
recyclerview_version = '1.1.0'
1313
room_version = '2.2.6'
1414

1515
// Third-party
16-
dagger_version = '2.32'
17-
enhanced_adapter_version = '1.0.0'
18-
kotlin_version = '1.4.30'
19-
coroutines_version = '1.4.2'
16+
dagger_version = '2.33'
17+
enhanced_adapter_version = '1.1.0'
18+
kotlin_version = '1.4.32'
19+
coroutines_version = '1.4.3'
2020
retrofit_version = '2.9.0'
2121

2222
// SDKs
@@ -29,7 +29,7 @@ buildscript {
2929
jcenter()
3030
}
3131
dependencies {
32-
classpath 'com.android.tools.build:gradle:4.1.2'
32+
classpath 'com.android.tools.build:gradle:4.1.3'
3333
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
3434

3535
/* BEGIN: section for Navigation component */

coroutines/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies {
2929
implementation project(':framework')
3030
implementation "androidx.activity:activity-ktx:$activity_version"
3131

32-
testImplementation 'junit:junit:4.13.1'
32+
testImplementation 'junit:junit:4.13.2'
3333
testImplementation 'org.mockito:mockito-inline:2.28.2'
3434
testImplementation 'com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
35-
testImplementation "org.robolectric:robolectric:4.4"
35+
testImplementation "org.robolectric:robolectric:4.5.1"
3636
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)