File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
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}
Original file line number Diff line number Diff line change 33buildscript {
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 {
1516allprojects {
1617 repositories {
1718 jcenter()
19+ google()
1820 }
1921}
2022
Original file line number Diff line number Diff line change 1- # Thu Jul 27 07:59:51 WAT 2017
1+ # Wed Dec 20 14:52:39 WAT 2017
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ group = 'com.github.flutterwave'
44
55android {
66 compileSdkVersion 25
7- buildToolsVersion " 25 .0.3 "
7+ buildToolsVersion ' 26 .0.2 '
88
99 defaultConfig {
1010 minSdkVersion 15
You can’t perform that action at this time.
0 commit comments