Skip to content

Commit

Permalink
fix(android): gradle 7.0 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Sep 22, 2021
1 parent f46153f commit 9b7de7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/platforms/android/include.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compile(name:'widgets-release', ext:'aar')
implementation files('../../../node_modules/@nativescript/core/platforms/android/widgets-release.aar')
implementation "androidx.annotation:annotation:1.1.0"
}
repositories {
Expand Down

0 comments on commit 9b7de7f

Please sign in to comment.