Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 0.8.6
bumps js_android_runtime to set pagesize to comply with Google Play Store rule regarding the minimum page size of 16KB for libraries

# 0.8.5
fix memory leaks reported in https://github.com/abner/flutter_js/issues/153,
https://github.com/abner/flutter_js/issues/127
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ dependencies {
// compile group: 'org.nanohttpd', name: 'nanohttpd', version: '2.3.0'

// for serve library from jitpack repository
implementation "com.github.fast-development.android-js-runtimes:fastdev-jsruntimes-quickjs:0.3.5"
implementation "com.github.fast-development.android-js-runtimes:fastdev-jsruntimes-quickjs:0.3.6"
// implementation "com.github.fast-development.android-js-runtimes:fastdev-jsruntimes-jsc:0.1.3"
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_js
description: A Javascript engine to use with flutter.
It uses Quickjs on Android and JavascriptCore on IOS
version: 0.8.5
version: 0.8.6
homepage: https://github.com/abner/flutter_js
repository: https://github.com/abner/flutter_js

Expand Down