Skip to content

Commit 17a0d1a

Browse files
committed
Merge branch 'BolajisBrain-master'
2 parents 2ceed1a + da47f42 commit 17a0d1a

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

raveandroid/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ group = 'com.github.flutterwave'
44

55
android {
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'

0 commit comments

Comments
 (0)