File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ This repository contains RxJava bindings for the [Maps SDK for Android](maps-sdk
2727``` groovy
2828dependencies {
2929 // RxJava bindings for the Maps SDK
30- implementation 'com.google.maps.android:maps-rx:1.0.0'
30+ implementation 'com.google.maps.android:maps-rx:1.0.0' // {x-release-please-version}
3131
3232 // RxJava bindings for the Places SDK
33- implementation 'com.google.maps.android:places-rx:1.0.0'
33+ implementation 'com.google.maps.android:places-rx:1.0.0' // {x-release-please-version}
3434
3535 // It is recommended to also include the latest Maps SDK, Places SDK and RxJava so you
3636 // have the latest features and bug fixes.
Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ plugins {
4242// Shared configs
4343allprojects {
4444 group = " com.google.maps.android"
45+ // {x-release-please-start-version}
46+ version = " 1.0.0"
47+ // {x-release-please-end}
4548
4649
4750 repositories {
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ android.useAndroidX=true
1919android.enableJetifier =false
2020# Kotlin code style for this project: "official" or "obsolete":
2121kotlin.code.style =official
22- version =1.0.0
2322
2423
2524# variables required to allow build.gradle to parse,
Original file line number Diff line number Diff line change 33 "packages" : {
44 "." : {
55 "release-type" : " simple" ,
6- "package-name" : " android-maps-rx" ,
76 "extra-files" : [
8- " gradle.properties " ,
7+ " build. gradle.kts " ,
98 " README.md"
109 ]
1110 }
You can’t perform that action at this time.
0 commit comments