File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ buildscript {
66 google()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.2.0 '
10- classpath ' com.github.dcendents:android-maven-gradle-plugin:1.5 '
9+ classpath ' com.android.tools.build:gradle:3.2.1 '
10+ classpath ' com.github.dcendents:android-maven-gradle-plugin:2.0 '
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
1313 }
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ group = 'com.github.flutterwave'
44
55android {
66 compileSdkVersion 25
7- buildToolsVersion ' 28.0.2'
87
98 defaultConfig {
109 minSdkVersion 15
@@ -31,10 +30,10 @@ dependencies {
3130 implementation ' com.android.support:appcompat-v7:25.4.0'
3231 implementation ' com.android.support:design:25.4.0'
3332 implementation ' com.android.support:support-v4:25.4.0'
34- implementation ' com.squareup.picasso:picasso:2.5.2 '
33+ implementation ' com.squareup.picasso:picasso:2.71828 '
3534 implementation ' com.squareup.retrofit2:retrofit:2.4.0'
3635 implementation ' com.squareup.retrofit2:converter-gson:2.3.0'
37- implementation ' com.squareup.okhttp3:logging-interceptor:3.8.0 '
36+ implementation ' com.squareup.okhttp3:logging-interceptor:3.9.1 '
3837 implementation ' org.parceler:parceler-api:1.1.9'
3938 annotationProcessor ' org.parceler:parceler:1.1.9'
4039 implementation ' com.squareup.retrofit2:converter-scalars:2.1.0'
You can’t perform that action at this time.
0 commit comments