版本升级
parent
2b1e0745fa
commit
0269f2a043
|
@ -91,6 +91,6 @@ kapt {
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||||
implementation 'com.finogeeks.lib:finapplet:+'
|
implementation 'com.finogeeks.lib:finapplet:2.7.6'
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PODS:
|
PODS:
|
||||||
- FinApplet (2.1.23)
|
- FinApplet (2.2.0)
|
||||||
- Flutter (1.0.0)
|
- Flutter (1.0.0)
|
||||||
- mop (0.1.0):
|
- mop (0.1.0):
|
||||||
- FinApplet (= 2.1.23)
|
- FinApplet (= 2.2.0)
|
||||||
- Flutter
|
- Flutter
|
||||||
|
|
||||||
DEPENDENCIES:
|
DEPENDENCIES:
|
||||||
|
@ -20,9 +20,9 @@ EXTERNAL SOURCES:
|
||||||
:path: ".symlinks/plugins/mop/ios"
|
:path: ".symlinks/plugins/mop/ios"
|
||||||
|
|
||||||
SPEC CHECKSUMS:
|
SPEC CHECKSUMS:
|
||||||
FinApplet: 07bc56d96ae61b2be792d018ad6e5ed552ab12a2
|
FinApplet: 53f8235e950dd540c7cd1716b709a9154dfa05fc
|
||||||
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
|
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
|
||||||
mop: 58cfcfae42ce2110fe981ed8ff65587d27855030
|
mop: 0c8c250840b4e424d84c49ac4b747ee7113d1195
|
||||||
|
|
||||||
PODFILE CHECKSUM: fa591ea0d89752dd0191ae3f82c83db034678e82
|
PODFILE CHECKSUM: fa591ea0d89752dd0191ae3f82c83db034678e82
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
{
|
{
|
||||||
config.cryptType = FATApiCryptTypeMD5;
|
config.cryptType = FATApiCryptTypeMD5;
|
||||||
}
|
}
|
||||||
|
config.autoAdaptDarkMode = YES;
|
||||||
NSError* error = nil;
|
NSError* error = nil;
|
||||||
[[FATClient sharedClient] initWithConfig:config error:&error];
|
[[FATClient sharedClient] initWithConfig:config error:&error];
|
||||||
if (error) {
|
if (error) {
|
||||||
|
|
|
@ -17,6 +17,6 @@ A new flutter plugin project.
|
||||||
s.dependency 'Flutter'
|
s.dependency 'Flutter'
|
||||||
s.ios.deployment_target = '8.0'
|
s.ios.deployment_target = '8.0'
|
||||||
|
|
||||||
s.dependency 'FinApplet'
|
s.dependency 'FinApplet' , '2.2.1'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue