Skip to content

Commit ed901b9

Browse files
committed
bumped version
1 parent 2599e1e commit ed901b9

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

Diff for: CHANGELOG.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
3.4.3
2+
==
3+
4+
## Bug Fixes
5+
6+
- [Webview Crash With Android 8.1.0 / Chromium 67.0.3396.68 (#1075)](https://github.com/NativeScript/android-runtime/issues/1075)
7+
18
3.4.2
29
==
310

@@ -81,7 +88,7 @@
8188
## Bug Fixes
8289

8390
- [Javascript array not marshalling to Java long[] properly (#696)](https://github.com/NativeScript/android-runtime/issues/696)
84-
91+
8592
2.5.0-RC
8693
==
8794

@@ -180,7 +187,7 @@
180187
- [Add support for caching already compiled JS code](https://github.com/NativeScript/android-runtime/issues/257)
181188
- [Additional Intents Crashes app](https://github.com/NativeScript/android-runtime/issues/218)
182189
- [Enable Multidex support](https://github.com/NativeScript/android-runtime/issues/344)
183-
190+
184191
## Bug Fixes
185192

186193
- [Wrong object lifecycle management (#382)](https://github.com/NativeScript/android-runtime/issues/382)
@@ -262,7 +269,7 @@
262269
- [Improved error handling](https://github.com/NativeScript/android-runtime/issues/221)
263270
- Use Gradle Wrapper
264271
- Use V8 code cache (experimental)
265-
272+
266273
## Bug Fixes
267274

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

360367

361368
## 1.1.0 (2015, June 10)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tns-android",
33
"description": "NativeScript Runtime for Android",
4-
"version": "3.4.2",
4+
"version": "3.4.3",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/NativeScript/android-runtime.git"

Diff for: test-app/test-app.iml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
2+
<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">
33
<component name="FacetManager">
44
<facet type="java-gradle" name="Java-Gradle">
55
<configuration>

0 commit comments

Comments
 (0)