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

Commit 6873e2a

Browse files
committed
Merge pull request #18 from NativeScript/plamen5kov/include_gradle_fix
updated include gradle to have the same name as is declared in packag…
2 parents 2d171e8 + 578a713 commit 6873e2a

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)