Skip to content

Commit c2475d8

Browse files
committed
Updated version of dependencies
1 parent 5d25c20 commit c2475d8

File tree

8 files changed

+32
-19
lines changed

8 files changed

+32
-19
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ pubspec.lock
88
build/
99
.idea
1010
.gradle
11-
*.iml
11+
*.iml
12+
/example/ios/Podfile.lock

android/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ group 'co.paystack.flutterpaystack'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.3.21'
5+
ext.kotlin_version = '1.3.50'
66
repositories {
77
google()
88
jcenter()
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:3.3.2'
12+
classpath 'com.android.tools.build:gradle:3.5.1'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}
1515
}
@@ -44,5 +44,5 @@ android {
4444

4545
dependencies {
4646
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
47-
implementation 'com.google.android.material:material:1.1.0-alpha05'
47+
implementation 'com.google.android.material:material:1.2.0-alpha01'
4848
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Apr 04 20:26:17 WAT 2019
1+
#Wed Oct 23 00:11:25 WAT 2019
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-4.10.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

example/android/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
android.enableJetifier=true
22
android.useAndroidX=true
33
org.gradle.jvmargs=-Xmx1536M
4+
android.enableR8=true
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#!/bin/sh
2+
# This is a generated file; do not edit or check into version control.
3+
export "FLUTTER_ROOT=/Users/wilburx/Dev/Flutter/sdk/flutter"
4+
export "FLUTTER_APPLICATION_PATH=/Users/wilburx/Dev/Flutter/Projects/flutter_paystack/example"
5+
export "FLUTTER_TARGET=/Users/wilburx/Dev/Flutter/Projects/flutter_paystack/example/lib/main.dart"
6+
export "FLUTTER_BUILD_DIR=build"
7+
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
8+
export "FLUTTER_FRAMEWORK_DIR=/Users/wilburx/Dev/Flutter/sdk/flutter/bin/cache/artifacts/engine/ios"
9+
export "FLUTTER_BUILD_NAME=1.0.0"
10+
export "FLUTTER_BUILD_NUMBER=1"
11+
export "TRACK_WIDGET_CREATION=true"

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ EXTERNAL SOURCES:
1414
:path: ".symlinks/plugins/flutter_paystack/ios"
1515

1616
SPEC CHECKSUMS:
17-
Flutter: 9d0fac939486c9aba2809b7982dfdbb47a7b0296
18-
flutter_paystack: 37e137f43f0effbe2c0ade58aad8b90c129f2588
17+
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
18+
flutter_paystack: 50021637b71e7712780744f69d2843e71b65175d
1919

2020
PODFILE CHECKSUM: 1e5af4103afd21ca5ead147d7b81d06f494f51a2
2121

22-
COCOAPODS: 1.5.3
22+
COCOAPODS: 1.7.2

example/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
/* Begin PBXBuildFile section */
1010
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
11-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */ = {isa = PBXBuildFile; fileRef = 2D5378251FAA1A9400D5DBA9 /* flutter_assets */; };
1211
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
1312
3B80C3941E831B6300D905FE /* App.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; };
1413
3B80C3951E831B6300D905FE /* App.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 3B80C3931E831B6300D905FE /* App.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
@@ -40,9 +39,9 @@
4039
/* Begin PBXFileReference section */
4140
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
4241
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
43-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */ = {isa = PBXFileReference; lastKnownFileType = folder; name = flutter_assets; path = Flutter/flutter_assets; sourceTree = SOURCE_ROOT; };
4442
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
4543
3B80C3931E831B6300D905FE /* App.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = App.framework; path = Flutter/App.framework; sourceTree = "<group>"; };
44+
4ACB532BA65C0C3617E4D83C /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
4645
6D2A0DA05EEF0BDC6F7D4D9B /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4746
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
4847
7AFFD8ED1D35381100E5BB4D /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
@@ -56,6 +55,7 @@
5655
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5756
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5857
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
58+
A7D68B02E36C64CC1B2D93BF /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; };
5959
/* End PBXFileReference section */
6060

6161
/* Begin PBXFrameworksBuildPhase section */
@@ -83,7 +83,6 @@
8383
9740EEB11CF90186004384FC /* Flutter */ = {
8484
isa = PBXGroup;
8585
children = (
86-
2D5378251FAA1A9400D5DBA9 /* flutter_assets */,
8786
3B80C3931E831B6300D905FE /* App.framework */,
8887
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
8988
9740EEBA1CF902C7004384FC /* Flutter.framework */,
@@ -140,6 +139,8 @@
140139
A6A84EFD93D2D40A3EA1E347 /* Pods */ = {
141140
isa = PBXGroup;
142141
children = (
142+
4ACB532BA65C0C3617E4D83C /* Pods-Runner.debug.xcconfig */,
143+
A7D68B02E36C64CC1B2D93BF /* Pods-Runner.release.xcconfig */,
143144
);
144145
name = Pods;
145146
sourceTree = "<group>";
@@ -215,7 +216,6 @@
215216
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */,
216217
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */,
217218
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */,
218-
2D5378261FAA1A9400D5DBA9 /* flutter_assets in Resources */,
219219
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */,
220220
);
221221
runOnlyForDeploymentPostprocessing = 0;
@@ -275,7 +275,7 @@
275275
files = (
276276
);
277277
inputPaths = (
278-
"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
278+
"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh",
279279
"${PODS_ROOT}/../.symlinks/flutter/ios/Flutter.framework",
280280
);
281281
name = "[CP] Embed Pods Frameworks";
@@ -284,7 +284,7 @@
284284
);
285285
runOnlyForDeploymentPostprocessing = 0;
286286
shellPath = /bin/sh;
287-
shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
287+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
288288
showEnvVarsInLog = 0;
289289
};
290290
/* End PBXShellScriptBuildPhase section */

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ homepage: https://github.com/wilburt/flutter_paystack
77
dependencies:
88
flutter:
99
sdk: flutter
10-
http: ^0.12.0
11-
intl: ^0.15.7
12-
meta: ^1.1.6
13-
async: ^2.0.8
10+
http: 0.12.0+2
11+
intl: ^0.16.0
12+
meta: ^1.1.7
13+
async: ^2.3.0
1414

1515
flutter:
1616
plugin:

0 commit comments

Comments
 (0)