Skip to content

Commit ffaeb8e

Browse files
author
Eric Lange
committed
Fixed implementation syntax for Android release
1 parent 06aa262 commit ffaeb8e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/gradle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const liquidcore_version = '0.6.0'
126126
if (android) {
127127
build_gradle +=
128128
" } else {\n" +
129-
" implementation(path:new File(rootProject.projectDir, '"+android+"'), ext:'aar')\n"
129+
" implementation fileTree(include:['"+path.basename(android)+"'], dir:new File(rootProject.projectDir, '"+path.dirname(android)+"'))\n"
130130
}
131131
build_gradle +=
132132
" }\n\n"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquidcore-cli",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "Command line utilities for LiquidCore",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)