Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
vtrifonov committed Jun 5, 2018
1 parent 2599e1e commit ed901b9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.4.3
==

## Bug Fixes

- [Webview Crash With Android 8.1.0 / Chromium 67.0.3396.68 (#1075)](https://github.com/NativeScript/android-runtime/issues/1075)

3.4.2
==

Expand Down Expand Up @@ -81,7 +88,7 @@
## Bug Fixes

- [Javascript array not marshalling to Java long[] properly (#696)](https://github.com/NativeScript/android-runtime/issues/696)

2.5.0-RC
==

Expand Down Expand Up @@ -180,7 +187,7 @@
- [Add support for caching already compiled JS code](https://github.com/NativeScript/android-runtime/issues/257)
- [Additional Intents Crashes app](https://github.com/NativeScript/android-runtime/issues/218)
- [Enable Multidex support](https://github.com/NativeScript/android-runtime/issues/344)

## Bug Fixes

- [Wrong object lifecycle management (#382)](https://github.com/NativeScript/android-runtime/issues/382)
Expand Down Expand Up @@ -262,7 +269,7 @@
- [Improved error handling](https://github.com/NativeScript/android-runtime/issues/221)
- Use Gradle Wrapper
- Use V8 code cache (experimental)

## Bug Fixes

- Proper handling of HTTP 401 status code
Expand Down Expand Up @@ -355,7 +362,7 @@
- [Optimize Strings marshaling between Java and V8 (#160)](https://github.com/NativeScript/android-runtime/issues/160)
- [Improve required module loading (#156)](https://github.com/NativeScript/android-runtime/issues/156)
- [Improve JNI String marshalling (#126)](https://github.com/NativeScript/android-runtime/issues/126)
- [Cache folder-as-module resolved path (#121)](https://github.com/NativeScript/android-runtime/issues/121)
- [Cache folder-as-module resolved path (#121)](https://github.com/NativeScript/android-runtime/issues/121)


## 1.1.0 (2015, June 10)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tns-android",
"description": "NativeScript Runtime for Android",
"version": "3.4.2",
"version": "3.4.3",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/android-runtime.git"
Expand Down
2 changes: 1 addition & 1 deletion test-app/test-app.iml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<module external.linked.project.id="test-app" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/runtime" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<module external.linked.project.id="test-app" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" type="JAVA_MODULE" version="4">
<component name="FacetManager">
<facet type="java-gradle" name="Java-Gradle">
<configuration>
Expand Down

0 comments on commit ed901b9

Please sign in to comment.