We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9591e3 commit 0205eeeCopy full SHA for 0205eee
packages/ui-canvas/platforms/android/include.gradle
@@ -1,12 +1,12 @@
1
import groovy.json.JsonSlurper
2
dependencies {
3
- if (hasProperty("tempBuild")) {
+ if (project.hasProperty("tempBuild")) {
4
implementation(name:'widgets-release', ext:'aar')
5
}
6
implementation "androidx.annotation:annotation:1.1.0"
7
8
repositories {
9
10
def widgetsDir = "$USER_PROJECT_ROOT/node_modules/@nativescript/core/platforms/android"
11
def appPackageJsonFile = file("$USER_PROJECT_ROOT/package.json")
12
if (appPackageJsonFile.exists()) {
0 commit comments