We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95c0dcb commit ad0cfecCopy full SHA for ad0cfec
.releaserc
@@ -8,8 +8,8 @@ plugins:
8
- replacements:
9
- files:
10
- "build.gradle.kts"
11
- from: "\\bversion = '.*'"
12
- to: "version = '${nextRelease.version}'"
+ from: "\\bversion = \".*\""
+ to: "version = \"${nextRelease.version}\""
13
14
15
from: "com.google.maps.android:android-maps-utils:([0-9]+).([0-9]+).([0-9]+)"
0 commit comments