From a02b62f909418720efd042b7570eb2d3a71bee49 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 16:13:19 +0000 Subject: [PATCH 1/2] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a6bb635 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +registries: + maven-repository-api-mapbox-com-downloads-v2-releases-maven: + type: maven-repository + url: https://api.mapbox.com/downloads/v2/releases/maven + username: mapbox + password: "${{secrets.MAVEN_REPOSITORY_API_MAPBOX_COM_DOWNLOADS_V2_RELEASES_MAVEN_PASSWORD}}" + +updates: +- package-ecosystem: gradle + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + registries: + - maven-repository-api-mapbox-com-downloads-v2-releases-maven From 53a62e93d6ef247e7351c6f42786690a24955e50 Mon Sep 17 00:00:00 2001 From: Github Date: Thu, 29 Apr 2021 16:13:59 +0000 Subject: [PATCH 2/2] Increment Semantic Version [skip ci] --- version.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.properties b/version.properties index 39aa0ad..8941416 100644 --- a/version.properties +++ b/version.properties @@ -1,7 +1,7 @@ -#Wed Apr 28 09:43:12 UTC 2021 +#Thu Apr 29 16:13:59 UTC 2021 MAJOR=1 MINOR=0 -PATCH=5 -BUILD=10 -CODE=5 +PATCH=6 +BUILD=12 +CODE=6 PRE_RELEASE=