Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyme committed Apr 10, 2022
1 parent 520ed9d commit ef14f61
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 0.3.8+1
* fixed [installByPath] error.
## 0.3.8
* fixed get download header error,big file adapter,add [installByPath] method
## 0.3.7+3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void handler(UpgradeManager upgradeManager, MethodCall call, MethodChanne
upgradeManager.installApkById((Integer) call.argument("id"), result);
}
},
installBuPath {
installByPath {
@Override
public void handler(UpgradeManager upgradeManager, MethodCall call, MethodChannel.Result result) {
upgradeManager.installApkByPath((String) call.argument("path"), (Integer) call.argument("flavor"), result);
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.3.8"
version: "0.3.8+1"
sky_engine:
dependency: transitive
description: flutter
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: r_upgrade
description: A plugin for upgrade and install application ,Support Android and IOS.
version: 0.3.8
version: 0.3.8+1
homepage: https://github.com/rhymelph/r_upgrade

environment:
Expand Down

0 comments on commit ef14f61

Please sign in to comment.