Skip to content

Commit da47f42

Browse files
committed
- changed build configurations
1 parent 7f22d56 commit da47f42

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
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: 13 additions & 14 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
@@ -24,21 +23,21 @@ android {
2423
}
2524

2625
dependencies {
27-
api fileTree(dir: 'libs', include: ['*.jar'])
26+
implementation fileTree(dir: 'libs', include: ['*.jar'])
2827
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
2928
exclude group: 'com.android.support', module: 'support-annotations'
3029
})
31-
api 'com.android.support:appcompat-v7:25.4.0'
32-
api 'com.android.support:design:25.4.0'
33-
api 'com.android.support:support-v4:25.4.0'
34-
api 'com.squareup.picasso:picasso:2.5.2'
35-
api 'com.squareup.retrofit2:retrofit:2.4.0'
36-
api 'com.squareup.retrofit2:converter-gson:2.3.0'
37-
api 'com.squareup.okhttp3:logging-interceptor:3.8.0'
38-
api 'org.parceler:parceler-api:1.1.9'
30+
implementation 'com.android.support:appcompat-v7:25.4.0'
31+
implementation 'com.android.support:design:25.4.0'
32+
implementation 'com.android.support:support-v4:25.4.0'
33+
implementation 'com.squareup.picasso:picasso:2.71828'
34+
implementation 'com.squareup.retrofit2:retrofit:2.4.0'
35+
implementation 'com.squareup.retrofit2:converter-gson:2.3.0'
36+
implementation 'com.squareup.okhttp3:logging-interceptor:3.9.1'
37+
implementation 'org.parceler:parceler-api:1.1.9'
3938
annotationProcessor 'org.parceler:parceler:1.1.9'
40-
api 'com.squareup.retrofit2:converter-scalars:2.1.0'
41-
api 'com.scottyab:aescrypt:0.0.1'
42-
testApi 'junit:junit:4.12'
43-
api 'com.android.support.constraint:constraint-layout:1.1.2'
39+
implementation 'com.squareup.retrofit2:converter-scalars:2.1.0'
40+
implementation 'com.scottyab:aescrypt:0.0.1'
41+
testImplementation 'junit:junit:4.12'
42+
implementation 'com.android.support.constraint:constraint-layout:1.1.2'
4443
}

0 commit comments

Comments
 (0)