Skip to content

Commit

Permalink
Dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
maltaisn committed Aug 28, 2021
1 parent 171a3cd commit add2ff2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ dependencies {
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion"
androidTestImplementation "androidx.room:room-testing:$roomVersion"
// For screenshots
androidTestImplementation "androidx.test.espresso:espresso-core:3.3.0"
androidTestImplementation "androidx.test.espresso:espresso-contrib:3.3.0"
androidTestImplementation "androidx.test.espresso:espresso-core:3.4.0"
androidTestImplementation "androidx.test.espresso:espresso-contrib:3.4.0"
}

configurations.all {
Expand Down
20 changes: 10 additions & 10 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ appVersion=1.4.0
appVersionCode=10400

# Kotlin
kotlinVersion=1.5.10
kotlinVersion=1.5.30
coroutinesVersion=1.5.0
serializationVersion=1.2.1

Expand All @@ -15,14 +15,14 @@ android.useAndroidX=true
androidGradlePluginVersion=4.2.1
githubReleasePluginVersion=2.2.12

coreKtxVersion=1.5.0
fragmentKtxVersion=1.3.5
appCompatVersion=1.3.0
coreKtxVersion=1.6.0
fragmentKtxVersion=1.3.6
appCompatVersion=1.3.1
recyclerViewVersion=1.2.1
constraintLayoutVersion=2.0.4
constraintLayoutVersion=2.1.0
preferenceVersion=1.1.1
roomVersion=2.3.0
materialVersion=1.3.0-beta01
materialVersion=1.4.0
navVersion=2.3.5
lifecycleVersion=2.3.1
recurpickerVersion=2.1.4
Expand All @@ -41,7 +41,7 @@ kotlinMockitoVersion=2.2.0
mockitoAndroidVersion=3.3.0
androidxArchTestingVersion=2.1.0
androidxTestRunnerVersion=1.2.0
androidxTestCoreVersion=1.3.0
androidxTestCoreKtxVersion=1.3.0
androidxTestExtVersion=1.1.2
androidxTestRulesVersion=1.3.0
androidxTestCoreVersion=1.4.0
androidxTestCoreKtxVersion=1.4.0
androidxTestExtVersion=1.1.3
androidxTestRulesVersion=1.4.0

0 comments on commit add2ff2

Please sign in to comment.