From 29e58897e019c93d335c036db867f7e04db77e67 Mon Sep 17 00:00:00 2001 From: Christoph Maurhofer Date: Thu, 4 Jan 2024 08:13:50 +0100 Subject: [PATCH] Return to normal dev dependency build behavior --- .github/workflows/sonatype-develop.yml | 2 +- android/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonatype-develop.yml b/.github/workflows/sonatype-develop.yml index a61223ccf..5e6c612b3 100644 --- a/.github/workflows/sonatype-develop.yml +++ b/.github/workflows/sonatype-develop.yml @@ -2,7 +2,7 @@ name: Upload AAR to Sonatype Nexus on: push: - branches: [ develop, feature/persist-zoom-priority ] + branches: [ develop ] jobs: build: diff --git a/android/gradle.properties b/android/gradle.properties index 2dc7a1104..62fc24699 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -30,7 +30,7 @@ RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/mav SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots/ GROUP=io.openmobilemaps -POM_ARTIFACT_ID=mapscore-custom-label-zoom-priority +POM_ARTIFACT_ID=mapscore VERSION_NAME=1.5.3 VERSION_CODE=153