Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit 578a713

Browse files
committed
updated include gradle to have the same name as is declared in package.json file
1 parent 0d86117 commit 578a713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platforms/android/include.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
android {
22
productFlavors {
3-
"push-plugin" {
4-
dimension "push-plugin"
3+
"nativescript-push-notifications" {
4+
dimension "nativescript-push-notifications"
55
}
66
}
77
}

0 commit comments

Comments
 (0)