Skip to content

Commit f7b47da

Browse files
committed
bump compileSdkVersion, gradle version
1 parent 4ca00fb commit f7b47da

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

app/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion "25.0.3"
4+
compileSdkVersion 26
65
defaultConfig {
76
applicationId "com.flutterwave.rave_android"
87
minSdkVersion 15
9-
targetSdkVersion 25
8+
targetSdkVersion 26
109
versionCode 1
1110
versionName "1.0"
1211
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -24,8 +23,8 @@ dependencies {
2423
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
2524
exclude group: 'com.android.support', module: 'support-annotations'
2625
})
27-
compile 'com.android.support:appcompat-v7:25.3.1'
28-
compile 'com.android.support.constraint:constraint-layout:1.0.0-beta3'
26+
compile 'com.android.support:appcompat-v7:26.1.0'
27+
compile 'com.android.support.constraint:constraint-layout:1.1.0-beta4'
2928
testCompile 'junit:junit:4.12'
3029
compile project(':raveandroid')
3130
}

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
buildscript {
44
repositories {
55
jcenter()
6+
google()
67
}
78
dependencies {
8-
classpath 'com.android.tools.build:gradle:2.3.2'
9+
classpath 'com.android.tools.build:gradle:3.0.0'
910
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1011
// NOTE: Do not place your application dependencies here; they belong
1112
// in the individual module build.gradle files
@@ -15,6 +16,7 @@ buildscript {
1516
allprojects {
1617
repositories {
1718
jcenter()
19+
google()
1820
}
1921
}
2022

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Jul 27 07:59:51 WAT 2017
1+
#Wed Dec 20 14:52:39 WAT 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

raveandroid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ group = 'com.github.flutterwave'
44

55
android {
66
compileSdkVersion 25
7-
buildToolsVersion "25.0.3"
7+
buildToolsVersion '26.0.2'
88

99
defaultConfig {
1010
minSdkVersion 15

0 commit comments

Comments
 (0)