diff --git a/android/build.gradle b/android/build.gradle index 5231008..ceb17a3 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -77,6 +77,6 @@ kapt { } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation 'com.finogeeks.lib:finapplet:2.0.77' + implementation 'com.finogeeks.lib:finapplet:latest' } diff --git a/example/android/gradle.properties b/example/android/gradle.properties index bb04111..3992dbe 100644 --- a/example/android/gradle.properties +++ b/example/android/gradle.properties @@ -2,3 +2,4 @@ android.enableJetifier=true android.useAndroidX=true org.gradle.jvmargs=-Xmx1536M +android.enableR8=true diff --git a/example/ios/Flutter/Flutter.podspec b/example/ios/Flutter/Flutter.podspec new file mode 100644 index 0000000..5ca3041 --- /dev/null +++ b/example/ios/Flutter/Flutter.podspec @@ -0,0 +1,18 @@ +# +# NOTE: This podspec is NOT to be published. It is only used as a local source! +# + +Pod::Spec.new do |s| + s.name = 'Flutter' + s.version = '1.0.0' + s.summary = 'High-performance, high-fidelity mobile apps.' + s.description = <<-DESC +Flutter provides an easy and productive way to build and deploy high-performance mobile apps for Android and iOS. + DESC + s.homepage = 'https://flutter.io' + s.license = { :type => 'MIT' } + s.author = { 'Flutter Dev Team' => 'flutter-dev@googlegroups.com' } + s.source = { :git => 'https://github.com/flutter/engine', :tag => s.version.to_s } + s.ios.deployment_target = '8.0' + s.vendored_frameworks = 'Flutter.framework' +end diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 2ff41af..ebd698c 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - FinApplet (2.0.190) + - FinApplet (2.0.196) - Flutter (1.0.0) - - mop (0.0.1): - - FinApplet (= 2.0.190) + - mop (0.1.0): + - FinApplet - Flutter DEPENDENCIES: @@ -20,10 +20,10 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/mop/ios" SPEC CHECKSUMS: - FinApplet: e9ee3e4202202fe6f1945b6dec0210948932d788 + FinApplet: 629fb114471bb68eea3aace7fd9c28a7ce6326f8 Flutter: 0e3d915762c693b495b44d77113d4970485de6ec - mop: ef04568ea966bf37ec349856270de4b6f9c47173 + mop: e3eac9de90d3e331268e9c9e8308e233e540ad1c PODFILE CHECKSUM: b66559db98de00d11e349a06f9e603856ed75d6e -COCOAPODS: 1.9.0 +COCOAPODS: 1.9.1 diff --git a/example/pubspec.lock b/example/pubspec.lock index d7e689f..b178704 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -101,7 +101,7 @@ packages: path: ".." relative: true source: path - version: "0.2.0" + version: "0.3.0" path: dependency: transitive description: diff --git a/ios/mop.podspec b/ios/mop.podspec index b3dc96d..c08454b 100644 --- a/ios/mop.podspec +++ b/ios/mop.podspec @@ -17,6 +17,6 @@ A new flutter plugin project. s.dependency 'Flutter' s.ios.deployment_target = '8.0' - s.dependency 'FinApplet', '2.0.192' + s.dependency 'FinApplet' end diff --git a/pubspec.yaml b/pubspec.yaml index a314d7e..fbb833f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: mop description: A Finogeeks MiniProgram Flutter SDK. -version: 0.2.0 +version: 0.3.0 authors: - finogeeks homepage: https://github.com/finogeeks/mop-flutter-sdk