File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
build-artifacts/project-template-gradle/app Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ task addDependenciesFromNativeScriptPlugins {
254
254
project. dependencies. add(" compile" , [name : fileName, ext : " aar" ])
255
255
}
256
256
257
- def jarFiles = fileTree(dir : file(" ${ dep.directory} /platforms/android" ), include : [" **/*.jar" ])
257
+ def jarFiles = fileTree(dir : file(" $r ootDir / $ { dep.directory} /platforms/android" ), include : [" **/*.jar" ])
258
258
jarFiles. each { jarFile ->
259
259
println " \t + adding jar plugin dependency: " + jarFile. getAbsolutePath()
260
260
}
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" : " 3.4.0 " ,
4
+ "version" : " 3.4.1 " ,
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