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'
2
2
version ' 1.0-SNAPSHOT'
3
3
4
4
buildscript {
5
- ext. kotlin_version = ' 1.1.51 '
5
+ ext. kotlin_version = ' 1.2.71 '
6
6
repositories {
7
7
google()
8
8
jcenter()
9
9
}
10
10
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:3.0 .1'
12
+ classpath ' com.android.tools.build:gradle:3.2 .1'
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
14
}
15
15
}
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
26
26
apply plugin : ' kotlin-android-extensions'
27
27
28
28
android {
29
- compileSdkVersion 27
29
+ compileSdkVersion 28
30
30
31
31
sourceSets {
32
32
main. java. srcDirs + = ' src/main/kotlin'
@@ -43,6 +43,6 @@ android {
43
43
}
44
44
45
45
dependencies {
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 '
48
48
}
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ apply plugin: 'kotlin-android'
16
16
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
17
17
18
18
android {
19
- compileSdkVersion 27
19
+ compileSdkVersion 28
20
20
21
21
sourceSets {
22
22
main. java. srcDirs + = ' src/main/kotlin'
@@ -29,7 +29,7 @@ android {
29
29
defaultConfig {
30
30
applicationId " co.paystack.flutterpaystack"
31
31
minSdkVersion 16
32
- targetSdkVersion 27
32
+ targetSdkVersion 28
33
33
versionCode 1
34
34
versionName " 1.0"
35
35
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -47,8 +47,8 @@ flutter {
47
47
}
48
48
49
49
dependencies {
50
- implementation " org.jetbrains.kotlin:kotlin-stdlib-jre7 :$kotlin_version "
50
+ implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7 :$kotlin_version "
51
51
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 '
54
54
}
Original file line number Diff line number Diff line change 1
1
buildscript {
2
- ext. kotlin_version = ' 1.1.51 '
2
+ ext. kotlin_version = ' 1.2.71 '
3
3
repositories {
4
4
google()
5
5
jcenter()
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.0 .1'
9
+ classpath ' com.android.tools.build:gradle:3.2 .1'
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
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
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =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';
5
5
import 'package:meta/meta.dart' ;
6
6
7
7
class 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
9
9
/// cause of the error.
10
10
String message;
11
11
Original file line number Diff line number Diff line change 1
1
name : flutter_paystack
2
2
description : 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
4
4
author : Wilberforce Uwadiegwu <faradaywilly@gmail.com>
5
5
homepage : https://github.com/wilburt/flutter_paystack
6
6
You can’t perform that action at this time.
0 commit comments