Skip to content

Commit e3151bf

Browse files
authored
fix: jar dependency + bump package version (#918)
1 parent fbaab99 commit e3151bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-artifacts/project-template-gradle/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ task addDependenciesFromNativeScriptPlugins {
254254
project.dependencies.add("compile", [name: fileName, ext: "aar"])
255255
}
256256

257-
def jarFiles = fileTree(dir: file("${dep.directory}/platforms/android"), include: ["**/*.jar"])
257+
def jarFiles = fileTree(dir: file("$rootDir/${dep.directory}/platforms/android"), include: ["**/*.jar"])
258258
jarFiles.each { jarFile ->
259259
println "\t + adding jar plugin dependency: " + jarFile.getAbsolutePath()
260260
}

package.json

Lines changed: 1 addition & 1 deletion
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.0",
4+
"version": "3.4.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/NativeScript/android-runtime.git"

0 commit comments

Comments
 (0)