updated libraries

This commit is contained in:
X1nto 2020-08-04 14:39:21 +04:00
parent 6429f32660
commit 301dd18bb6
1 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.browser:browser:1.2.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'androidx.core:core-ktx:1.3.0'
implementation 'androidx.core:core-ktx:1.3.1'
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'
@ -76,10 +76,10 @@ dependencies {
implementation 'com.google.android.material:material:1.1.0'
// Other
implementation 'com.crowdin.platform:mobile-sdk:1.1.4'
implementation 'com.github.topjohnwu.libsu:core:2.5.1'
implementation 'com.crowdin.platform:mobile-sdk:1.1.6'
implementation 'com.github.topjohnwu.libsu:core:3.0.1'
implementation 'com.mindorks.android:prdownloader:0.6.0'
implementation 'com.beust:klaxon:5.0.1'
implementation 'com.beust:klaxon:5.3'
implementation 'com.github.kittinunf.fuel:fuel:2.2.3'
implementation 'com.github.kittinunf.fuel:fuel-json:2.2.3'
implementation 'com.github.kittinunf.fuel:fuel-coroutines:2.2.3'