Skip to content

Commit c649692

Browse files
committed
Applied PR abner#183
1 parent 89f96fd commit c649692

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.8.6
2+
bumps js_android_runtime to set pagesize to comply with Google Play Store rule regarding the minimum page size of 16KB for libraries
3+
14
# 0.8.5
25
fix memory leaks reported in https://github.com/abner/flutter_js/issues/153,
36
https://github.com/abner/flutter_js/issues/127

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ dependencies {
6868
// compile group: 'org.nanohttpd', name: 'nanohttpd', version: '2.3.0'
6969

7070
// for serve library from jitpack repository
71-
implementation "com.github.fast-development.android-js-runtimes:fastdev-jsruntimes-quickjs:0.3.5"
71+
implementation "com.github.fast-development.android-js-runtimes:fastdev-jsruntimes-quickjs:0.3.6"
7272
// implementation "com.github.fast-development.android-js-runtimes:fastdev-jsruntimes-jsc:0.1.3"
7373
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_js
22
description: A Javascript engine to use with flutter.
33
It uses Quickjs on Android and JavascriptCore on IOS
4-
version: 0.8.5
4+
version: 0.8.6
55
homepage: https://github.com/abner/flutter_js
66
repository: https://github.com/abner/flutter_js
77

0 commit comments

Comments
 (0)