File tree 3 files changed +15
-5
lines changed
3 files changed +15
-5
lines changed Original file line number Diff line number Diff line change
1
+ 6.5.1
2
+ ==
3
+
4
+ ## Bug Fixes
5
+
6
+ - [ Cleanup of warnings / possible not checked nullpointers (#1610 )] ( https://github.com/NativeScript/android-runtime/pull/1610 )
7
+
8
+ - [[ metadata] not rebuilding on json api usage change (#1589 )] ( https://github.com/NativeScript/android-runtime/issues/1589 )
9
+
10
+
1
11
6.5.0
2
12
==
3
13
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ for emulator in $listOfEmulators; do
55
55
find ~ /.android/avd/${emulator} .avd -type f -name ' config.ini' -exec cat {} +
56
56
57
57
echo " Run Android Runtime unit tests for $emulator "
58
- $ANDROID_HOME /platform-tools/adb devices
59
- $ANDROID_HOME /platform-tools/adb -e logcat -c
60
- $ANDROID_HOME /platform-tools/adb -e logcat > consoleLog.txt&
61
- $ANDROID_HOME /platform-tools/adb -e logcat > consoleLog$emulator .txt&
58
+ $ANDROID_HOME /platform-tools/adb wait-for-device
59
+ $ANDROID_HOME /platform-tools/adb -s emulator-5554 logcat -c
60
+ $ANDROID_HOME /platform-tools/adb -s emulator-5554 logcat > consoleLog.txt&
61
+ $ANDROID_HOME /platform-tools/adb -s emulator-5554 logcat > consoleLog$emulator .txt&
62
62
63
63
if [ " $1 " != ' unit_tests_only' ]; then
64
64
./gradlew runtests
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tns-android" ,
3
3
"description" : " NativeScript Runtime for Android" ,
4
- "version" : " 6.5 .0" ,
4
+ "version" : " 6.6 .0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " https://github.com/NativeScript/android-runtime.git"
You can’t perform that action at this time.
0 commit comments