Skip to content

Commit 9a78859

Browse files
committed
fix
1 parent 8c5c0ce commit 9a78859

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-google-maps-utils",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "NativeScript Google Maps SDK utility library to support features such as marker clustering, heatmap, ...",
55
"main": "index.js",
66
"nativescript": {

platforms/android/include.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
android {
2+
productFlavors {
3+
"nativescript-google-maps-utils" {
4+
dimension "nativescriptgooglemapsutils"
5+
}
6+
}
7+
}
18

29
dependencies {
310
compile 'com.google.maps.android:android-maps-utils:0.4.+'

0 commit comments

Comments
 (0)