File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ group 'co.paystack.flutterpaystack'
22version ' 1.0-SNAPSHOT'
33
44buildscript {
5- ext. kotlin_version = ' 1.1.51 '
5+ ext. kotlin_version = ' 1.2.71 '
66 repositories {
77 google()
88 jcenter()
99 }
1010
1111 dependencies {
12- classpath ' com.android.tools.build:gradle:3.0 .1'
12+ classpath ' com.android.tools.build:gradle:3.2 .1'
1313 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1414 }
1515}
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626apply plugin : ' kotlin-android-extensions'
2727
2828android {
29- compileSdkVersion 27
29+ compileSdkVersion 28
3030
3131 sourceSets {
3232 main. java. srcDirs + = ' src/main/kotlin'
@@ -43,6 +43,6 @@ android {
4343}
4444
4545dependencies {
46- implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7 :$kotlin_version "
47- implementation ' com.android.support:design:27.1.1 '
46+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :$kotlin_version "
47+ implementation ' com.android.support:design:28.0.0 '
4848}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apply plugin: 'kotlin-android'
1616apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
1717
1818android {
19- compileSdkVersion 27
19+ compileSdkVersion 28
2020
2121 sourceSets {
2222 main. java. srcDirs + = ' src/main/kotlin'
@@ -29,7 +29,7 @@ android {
2929 defaultConfig {
3030 applicationId " co.paystack.flutterpaystack"
3131 minSdkVersion 16
32- targetSdkVersion 27
32+ targetSdkVersion 28
3333 versionCode 1
3434 versionName " 1.0"
3535 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -47,8 +47,8 @@ flutter {
4747}
4848
4949dependencies {
50- implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7 :$kotlin_version "
50+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :$kotlin_version "
5151 testImplementation ' junit:junit:4.12'
52- androidTestImplementation ' com.android.support.test:runner:1.0.1 '
53- androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.1 '
52+ androidTestImplementation ' com.android.support.test:runner:1.0.2 '
53+ androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2 '
5454}
Original file line number Diff line number Diff line change 11buildscript {
2- ext. kotlin_version = ' 1.1.51 '
2+ ext. kotlin_version = ' 1.2.71 '
33 repositories {
44 google()
55 jcenter()
66 }
77
88 dependencies {
9- classpath ' com.android.tools.build:gradle:3.0 .1'
9+ classpath ' com.android.tools.build:gradle:3.2 .1'
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 }
1212}
Original file line number Diff line number Diff line change 1- # Fri Jun 23 08:50:38 CEST 2017
1+ # Thu Oct 25 11:04:03 WAT 2018
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-4.1 -all.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.10.2 -all.zip
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import 'package:flutter_paystack/src/ui/widgets/checkout/bank_checkout.dart';
55import 'package:meta/meta.dart' ;
66
77class CheckoutResponse {
8- /// A user readable message. If the transaction was successful, this returns the
8+ /// A user readable message. If the transaction was not successful, this returns the
99 /// cause of the error.
1010 String message;
1111
Original file line number Diff line number Diff line change 11name : flutter_paystack
22description : A Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS.
3- version : 0.9.1
3+ version : 0.9.1+1
44author :
Wilberforce Uwadiegwu <[email protected] > 55homepage : https://github.com/wilburt/flutter_paystack
66
You can’t perform that action at this time.
0 commit comments