Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinX8 committed Dec 19, 2020
1 parent 68330db commit a69b232
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ dependencies {
implementation 'com.beust:klaxon:5.4'

// Crowdin
implementation 'com.crowdin.platform:mobile-sdk:1.2.0'
implementation 'com.crowdin.platform:mobile-sdk:1.3.1'

// Tips
implementation 'com.github.florent37:viewtooltip:1.2.2'
Expand Down
2 changes: 1 addition & 1 deletion core-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
implementation 'androidx.core:core-ktx:1.3.2'
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0-alpha03'
implementation 'com.google.android.material:material:1.3.0-beta01'

//https://developer.android.com/jetpack/androidx/releases/lifecycle
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
Expand Down
12 changes: 6 additions & 6 deletions feature-home/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation 'androidx.fragment:fragment-ktx:1.2.5'
implementation 'androidx.lifecycle:lifecycle-livedata-core-ktx:2.2.0'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
implementation 'com.google.android.material:material:1.3.0-alpha03'
implementation 'com.google.android.material:material:1.3.0-beta01'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

implementation 'com.squareup.retrofit2:retrofit:2.9.0'
Expand All @@ -72,12 +72,12 @@ dependencies {
implementation "org.koin:koin-android-viewmodel:2.2.1"
implementation "org.koin:koin-android-ext:2.2.1"

testImplementation 'io.kotest:kotest-runner-junit5:4.3.1'
testImplementation 'io.kotest:kotest-assertions-core:4.3.1'
testImplementation 'io.kotest:kotest-property:4.3.1'
testImplementation "io.mockk:mockk:1.10.2"
testImplementation 'io.kotest:kotest-runner-junit5:4.3.2'
testImplementation 'io.kotest:kotest-assertions-core:4.3.2'
testImplementation 'io.kotest:kotest-property:4.3.2'
testImplementation 'io.mockk:mockk:1.10.3'

androidTestImplementation "io.mockk:mockk-android:1.10.2"
androidTestImplementation 'io.mockk:mockk-android:1.10.3'
androidTestImplementation 'androidx.test:core:1.3.0'
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test:rules:1.3.0'
Expand Down

0 comments on commit a69b232

Please sign in to comment.