Skip to content

Commit 9b7de7f

Browse files
committed
fix(android): gradle 7.0 fix
1 parent f46153f commit 9b7de7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/platforms/android/include.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dependencies {
2-
compile(name:'widgets-release', ext:'aar')
2+
implementation files('../../../node_modules/@nativescript/core/platforms/android/widgets-release.aar')
33
implementation "androidx.annotation:annotation:1.1.0"
44
}
55
repositories {

0 commit comments

Comments
 (0)