File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ plugins:
2020 to: ":${nextRelease.version}"
2121 - - "@semantic-release/exec"
2222 - prepareCmd: "./gradlew build --warn --stacktrace"
23- publishCmd: "./gradlew publish --warn --stacktrace"
23+ publishCmd: "./gradlew publish --warn --stacktrace --debug --info "
2424 - - "@semantic-release/git"
2525 - assets:
2626 - "build.gradle.kts"
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545 // Utilities for Maps SDK for Android (requires Google Play Services)
4646 // You do not need to add a separate dependency for the Maps SDK for Android
4747 // since this library builds in the compatible version of the Maps SDK.
48- implementation 'com.google.maps.android:android-maps-utils:3.11.1 '
48+ implementation 'com.google.maps.android:android-maps-utils:3.10.0 '
4949
5050 // Optionally add the Kotlin Extensions (KTX) for full Kotlin language support
5151 // See latest version at https://github.com/googlemaps/android-maps-ktx
Original file line number Diff line number Diff line change @@ -37,5 +37,5 @@ tasks.register<Delete>("clean") {
3737
3838allprojects {
3939 group = " com.google.maps.android"
40- version = " 3.11.1 "
40+ version = " 3.10.0 "
4141}
You can’t perform that action at this time.
0 commit comments