Skip to content

Commit 579b05c

Browse files
author
Nathanael Anderson
committed
chore: Bump package 7.0.1
1 parent 59bcc08 commit 579b05c

File tree

4 files changed

+28
-7
lines changed

4 files changed

+28
-7
lines changed

Diff for: CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
7.0.1
2+
==
3+
4+
- [Gradle not respecting kotlinVersion (#1642)](https://github.com/NativeScript/android-runtime/pull/1642)
5+
- [--debug-brk crashing android runtime (#1641)](https://github.com/NativeScript/android-runtime/pull/1641)
6+
7+
8+
7.0.0
9+
==
10+
11+
## Bug Fixes
12+
13+
- [appPath & appResourcePath now passed in (#1635)](https://github.com/NativeScript/android-runtime/pull/1635)
14+
- [Kotlin extension overwriting metadata & metadata duplication (#1633)](https://github.com/NativeScript/android-runtime/pull/1633)
15+
- [Update gradle & kotlin dependancies (#1629)](https://github.com/NativeScript/android-runtime/pull/1629)
16+
17+
18+
6.5.3
19+
==
20+
- [Java 8 compatibility when build with Java 9 (#1625)](https://github.com/NativeScript/android-runtime/pull/1625)
21+
- [metadata crash on startup with Local Notification plugin (#1621)](https://github.com/NativeScript/android-runtime/pull/1621)
22+
23+
124
6.5.1
225
==
326

Diff for: CODE_OF_CONDUCT.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,9 @@ Towards this end, certain behaviors and practices will not be tolerated.
1111
- Abusive behavior is never tolerated.
1212
- Violations of this code may result in swift and permanent expulsion from the NativeScript community channels.
1313

14-
## Administrators
14+
## Contact
1515

16-
- Dan Wilson (@DanWilson on Slack)
17-
- Jen Looper (@jen.looper on Slack)
18-
- TJ VanToll (@tjvantoll on Slack)
16+
1917

2018
## Scope
2119

Diff for: build.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ if [ "$1" != 'unit_tests_only' ]; then
2929
./gradlew -PpackageVersion=$ANDROID_PACKAGE_VERSION -PgitCommitVersion=$GIT_COMMIT
3030
fi
3131

32-
cp dist/tns-android-*.tgz dist/tns-android.tgz
32+
cp dist/nativescript-android-*.tgz dist/nativescript-android.tgz
3333
else
3434
echo "Building Android Runtime for x86 unit tests with paramerter packageVersion: $ANDROID_PACKAGE_VERSION and commit: $GIT_COMMIT"
3535
if [ "$NO_CCACHE" == 'true' ]; then
3636
./gradlew -PpackageVersion=$ANDROID_PACKAGE_VERSION -PgitCommitVersion=$GIT_COMMIT -PskipUnoptimized -PonlyX86 -PnoCCache
3737
else
3838
./gradlew -PpackageVersion=$ANDROID_PACKAGE_VERSION -PgitCommitVersion=$GIT_COMMIT -PskipUnoptimized -PonlyX86
3939
fi
40-
cp dist/tns-android-*.tgz dist/tns-android.tgz
40+
cp dist/nativescript-android-*.tgz dist/nativescript-android.tgz
4141
fi
4242

4343
if [ "$2" != '' ]; then

Diff for: package.json

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

0 commit comments

Comments
 (0)