Skip to content

Commit 0205eee

Browse files
committed
fix(android): build fix...
1 parent d9591e3 commit 0205eee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ui-canvas/platforms/android/include.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import groovy.json.JsonSlurper
22
dependencies {
3-
if (hasProperty("tempBuild")) {
3+
if (project.hasProperty("tempBuild")) {
44
implementation(name:'widgets-release', ext:'aar')
55
}
66
implementation "androidx.annotation:annotation:1.1.0"
77
}
88
repositories {
9-
if (hasProperty("tempBuild")) {
9+
if (project.hasProperty("tempBuild")) {
1010
def widgetsDir = "$USER_PROJECT_ROOT/node_modules/@nativescript/core/platforms/android"
1111
def appPackageJsonFile = file("$USER_PROJECT_ROOT/package.json")
1212
if (appPackageJsonFile.exists()) {

0 commit comments

Comments
 (0)