File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -43,4 +43,7 @@ dependencies {
43
43
androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.1'
44
44
45
45
implementation ' com.github.bumptech.glide:glide:4.10.0'
46
+ implementation (' com.github.yalantis:ucrop:2.2.2' ) {
47
+ exclude group : ' com.squareup.okhttp3'
48
+ }
46
49
}
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ dependencies {
203
203
implementation ' com.airbnb.android:lottie:3.0.7'
204
204
implementation ' com.facebook.shimmer:shimmer:0.4.0'
205
205
206
- implementation (' com.yalantis:ucrop:2.2.0 ' ) {
206
+ implementation (' com.github. yalantis:ucrop:2.2.2 ' ) {
207
207
exclude group : ' com.squareup.okhttp3'
208
208
}
209
209
@@ -291,7 +291,6 @@ dependencies {
291
291
debugImplementation ' com.facebook.stetho:stetho:1.5.0'
292
292
debugImplementation ' com.facebook.stetho:stetho-okhttp3:1.5.0'
293
293
294
- implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version "
295
294
implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlin_coroutines_version "
296
295
297
296
implementation ' com.github.PhilJay:MPAndroidChart:v3.1.0-alpha'
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.3.11 '
2
+ ext. kotlin_version = ' 1.3.31 '
3
3
ext. kotlin_coroutines_version = ' 1.1.0'
4
4
ext. androidx_work_version = " 2.0.1"
5
5
@@ -31,6 +31,7 @@ allprojects {
31
31
google()
32
32
jcenter()
33
33
maven { url " https://dl.bintray.com/wordpress-mobile/maven" }
34
+ maven { url " https://jitpack.io" }
34
35
35
36
if (rootProject. ext. buildGutenbergFromSource) {
36
37
// nested RN libraries need the RN maven repo defined from outside so, do it here when building from source
You can’t perform that action at this time.
0 commit comments