Skip to content

Commit

Permalink
bump version 0.5.0-nullsafety.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGong2013 committed Dec 8, 2020
1 parent 1a47d73 commit da4c2bb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 13 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 0.5.0-nullsafety.2
# 0.5.0-nullsafety.3

* [ios] fix callback issue
* add invokeMapMethod&invokeListMethod for common channel

## 0.5.0-nullsafety.2

* fix navigator onGenerateInitialRouteIssue

Expand Down
20 changes: 10 additions & 10 deletions example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ android {
applicationId "com.yuxiaor.flutter.g_faraday_example"
minSdkVersion 23
targetSdkVersion 29
versionCode 1
versionCode 2
versionName "1.0.0"
}

signingConfigs {
// release {
// keyAlias keystoreProperties['keyAlias']
// keyPassword keystoreProperties['keyPassword']
// storeFile file(keystoreProperties['storeFile'])
// storePassword keystoreProperties['storePassword']
// }
// release {
// keyAlias keystoreProperties['keyAlias']
// keyPassword keystoreProperties['keyPassword']
// storeFile file(keystoreProperties['storeFile'])
// storePassword keystoreProperties['storePassword']
// }
}

buildTypes {
// release {
// signingConfig signingConfigs.release
// }
// release {
// signingConfig signingConfigs.release
// }
}
}

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.5.0-nullsafety.2"
version: "0.5.0-nullsafety.3"
g_json:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: g_faraday
description: A very simple plugin for building hybrid stack apps with flutter
version: 0.5.0-nullsafety.2
version: 0.5.0-nullsafety.3
homepage: https://github.com/gfaraday/g_faraday

environment:
Expand Down

0 comments on commit da4c2bb

Please sign in to comment.