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 be58996 commit 5d5ceb9Copy full SHA for 5d5ceb9
plugin/platforms/android/include.gradle
@@ -1,5 +1,5 @@
1
dependencies {
2
- implementation files('../../../node_modules/@nativescript/core/platforms/android/widgets-release.aar')
+ implementation(name:'widgets-release', ext:'aar')
3
implementation "androidx.annotation:annotation:1.1.0"
4
}
5
repositories {
0 commit comments