Skip to content

Commit

Permalink
release: 8.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 committed Oct 10, 2023
1 parent 4ff92cb commit fc712ad
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,6 @@ task copyFilesToProjectTemeplate {
from "$TEST_APP_PATH/app/src/main/assets/internal"
into "$DIST_FRAMEWORK_PATH/app/src/main/assets/internal"
}
copy {
from "$TEST_APP_PATH/app/src/main/res/drawable"
include "button.xml"
include "button_accented.xml"
into "$DIST_FRAMEWORK_PATH/app/src/main/res/drawable"
}
copy {
from "$TEST_APP_PATH/app/src/main/java/com/tns/"
include "*.java"
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": "@nativescript/android",
"description": "NativeScript for Android using v8",
"version": "8.6.0",
"version": "8.6.2",
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/android.git"
Expand Down

0 comments on commit fc712ad

Please sign in to comment.