Commit b452f696 authored by 汪林玲's avatar 汪林玲

更新

parent 4cd28c4a
......@@ -17,8 +17,8 @@ A new Flutter plugin.
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.platform = :ios, '8.0'
s.dependency 'UMCommon'
s.dependency 'UMDevice'
s.dependency 'UMCommon', '~> 7.3.5'
s.dependency 'UMDevice', '~> 2.0.4'
s.static_framework = true
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
......
......@@ -47,6 +47,8 @@ class UmengCommonSdk {
'channel': channel,
'deviceType': deviceType,
'pushSecret': pushSecret,
'mode': mode,
'process': process,
});
return result;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment