diff --git a/android/gradle.properties b/android/gradle.properties index bb04111..3992dbe 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -2,3 +2,4 @@ android.enableJetifier=true android.useAndroidX=true org.gradle.jvmargs=-Xmx1536M +android.enableR8=true diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 62e6c55..ebd698c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,8 +1,8 @@ PODS: - - FinApplet (2.0.192) + - FinApplet (2.0.196) - Flutter (1.0.0) - mop (0.1.0): - - FinApplet (= 2.0.192) + - FinApplet - Flutter DEPENDENCIES: @@ -20,10 +20,10 @@ EXTERNAL SOURCES: :path: ".symlinks/plugins/mop/ios" SPEC CHECKSUMS: - FinApplet: 80dbe825fd53015cdefcd2e3e9b68f6278f4e885 + FinApplet: 629fb114471bb68eea3aace7fd9c28a7ce6326f8 Flutter: 0e3d915762c693b495b44d77113d4970485de6ec - mop: 23ff8806667ebb323a8b7b4ba79bfae0e60b2383 + mop: e3eac9de90d3e331268e9c9e8308e233e540ad1c PODFILE CHECKSUM: b66559db98de00d11e349a06f9e603856ed75d6e -COCOAPODS: 1.9.0 +COCOAPODS: 1.9.1 diff --git a/pubspec.lock b/pubspec.lock index 26ae275..8e91afc 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -101,7 +101,7 @@ packages: name: mop url: "https://pub.dartlang.org" source: hosted - version: "0.2.0" + version: "0.4.0" path: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f01388d..2a912d5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^0.1.2 - mop: ^0.2.0 + mop: ^0.4.0 dev_dependencies: flutter_test: