Skip to content

Commit 8d8ae1b

Browse files
committed
chore: increased release please version
1 parent dd244d9 commit 8d8ae1b

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ This repository contains RxJava bindings for the [Maps SDK for Android](maps-sdk
2727
```groovy
2828
dependencies {
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.

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ plugins {
4242
// Shared configs
4343
allprojects {
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 {

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ android.useAndroidX=true
1919
android.enableJetifier=false
2020
# Kotlin code style for this project: "official" or "obsolete":
2121
kotlin.code.style=official
22-
version=1.0.0
2322

2423

2524
# variables required to allow build.gradle to parse,

release-please-config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
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
}

0 commit comments

Comments
 (0)