Updated dependencies

This commit is contained in:
KevinX8 2020-12-19 14:18:36 +00:00
parent 68330db645
commit a69b232d38
3 changed files with 8 additions and 8 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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'
@ -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'