File tree 3 files changed +21
-5
lines changed
3 files changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ range of applications using the [Google Maps Android API][android-site].
25
25
## Requirements
26
26
27
27
* Android API level 15+
28
- * Maps SDK via Google Play Services (this library is not yet compatible with the [ standalone Maps SDK BETA library] )
28
+ * Maps SDK via Google Play Services (this library is not yet compatible with the [ Maps SDK v3.0 BETA] library)
29
29
30
30
## Installation
31
31
32
32
``` groovy
33
33
dependencies {
34
- implementation 'com.google.maps.android:android-maps-utils:0.6.2 '
34
+ implementation 'com.google.maps.android:android-maps-utils:1.0.0 '
35
35
}
36
36
```
37
37
@@ -48,10 +48,10 @@ For more information, check out the detailed guide on the
48
48
[ Google Developers site] [ devsite-guide ] . You can also view the generated
49
49
[ reference docs] [ javadoc ] for a full list of classes and their methods.
50
50
51
- [ standalone Maps SDK BETA library ] : https://developers.google.com/maps/documentation/android-sdk/v3-client-migration
51
+ [ Maps SDK v3.0 BETA ] : https://developers.google.com/maps/documentation/android-sdk/v3-client-migration
52
52
[ file an issue ] : https://github.com/googlemaps/android-maps-utils/issues/new/choose
53
53
[ pull request ] : https://github.com/googlemaps/android-maps-utils/compare
54
- [ code of conduct ] : https://github.com/googlemaps/android-maps-utils/blob/master/ CODE_OF_CONDUCT.md
54
+ [ code of conduct ] : CODE_OF_CONDUCT.md
55
55
[ Discord channel ] : https://discord.gg/hYsWbmk
56
56
[ android-site ] : https://developer.android.com/training/maps/index.html
57
57
[ devsite-guide ] : https://developers.google.com/maps/documentation/android-api/utility/
Original file line number Diff line number Diff line change
1
+ Releasing
2
+ =========
3
+
4
+ 1 . Auto-generate the changelog for the latest version using [ conventional-changelog-cli]
5
+ e.g. ` conventional-changelog -p angular `
6
+ 2 . Inspect the autogenerated changelog, make modifications as needed, and update [ CHANGELOG.md] .
7
+ 3 . Update the [ README.md] "Installation" section with the new version of the library
8
+ 4 . Update the version in [ gradle-mvn-push.gradle] with the new version of the library
9
+ 5 . Create a pull request with the changes with the title "chore(Release): <version_number>"
10
+ 6 . Once the pull request has been merged, create a git tag and push it (Travis will handle publishing to Maven)
11
+ 7 . Create a GitHub release with the tag
12
+
13
+ [ conventional-changelog-cli ] : https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli
14
+ [ gradle-mvn-push.gradle ] : gradle-mvn-push.gradle#L65
15
+ [ CHANGELOG.md ] : CHANGELOG.md
16
+ [ README.md ] : README.md
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ publishing {
62
62
}
63
63
groupId group
64
64
artifactId ' android-maps-utils'
65
- version ' 0.6.2 '
65
+ version ' 1.0.0 '
66
66
afterEvaluate {
67
67
artifact bundleReleaseAar
68
68
}
You can’t perform that action at this time.
0 commit comments