Skip to content

Commit

Permalink
Merge pull request #606 from Tencent/dev
Browse files Browse the repository at this point in the history
prepare for flutter v1.2.8
  • Loading branch information
lingol authored Dec 25, 2020
2 parents 546ca5f + c018f49 commit d569193
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
6 changes: 0 additions & 6 deletions Android/MMKV/mmkvdemo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ android {
}

repositories {
// maven {
// url uri('/tmp/localmvn/')
// url "http://maven.oa.com/nexus/content/repositories/thirdparty"
// url "http://maven.oa.com/nexus/content/repositories/thirdparty-snapshots"
// url "https://dl.bintray.com/wemobiledev/maven"
// }
jcenter()
mavenCentral()
// mavenLocal()
Expand Down
16 changes: 8 additions & 8 deletions flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PODS:
- Flutter (1.0.0)
- MMKV (1.2.6):
- MMKVCore (~> 1.2.6)
- MMKVCore (1.2.6)
- mmkvflutter (1.2.6):
- MMKV (1.2.7):
- MMKVCore (~> 1.2.7)
- MMKVCore (1.2.7)
- mmkvflutter (1.2.8):
- Flutter
- MMKV (>= 1.2.6)
- MMKV (>= 1.2.7)
- path_provider (0.0.1):
- Flutter

Expand All @@ -29,9 +29,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: 0e3d915762c693b495b44d77113d4970485de6ec
MMKV: 27f6b9e34849e77e78c5a1cc8f7f513e37f5fa15
MMKVCore: c301b04fd2ab9957e6e4d4465b9b60e443b0bb6b
mmkvflutter: 65612ee6250669d8d5715246c07662a6033529a7
MMKV: 22e5136f7d00197bc0fc9694b7f71519f0d1ca12
MMKVCore: 607b7b05f2c2140056b5d338e45f2c14bf3f4232
mmkvflutter: 2c306eaf1d620dc7c6ad06265e085b4a8f4c9d0a
path_provider: abfe2b5c733d04e238b0d8691db0cfd63a27a93c

PODFILE CHECKSUM: 56a04502099a98f6f9fd2c6f8055159cd69b1375
Expand Down
2 changes: 1 addition & 1 deletion flutter/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.7"
version: "1.2.8"
path:
dependency: transitive
description:
Expand Down
5 changes: 4 additions & 1 deletion flutter/mmkv.iml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/mmkv/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/mmkv/.pub" />
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/mmkv/build" />
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/mmkvflutter/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/mmkvflutter/.pub" />
<excludeFolder url="file://$MODULE_DIR$/example/ios/.symlinks/plugins/mmkvflutter/build" />
</content>
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Dart SDK" level="project" />
<orderEntry type="library" name="Flutter Plugins" level="project" />
</component>
</module>
</module>

0 comments on commit d569193

Please sign in to comment.