Skip to content

Commit

Permalink
Return to normal dev dependency build behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
maurhofer-ubique committed Jan 4, 2024
1 parent 6701528 commit 29e5889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonatype-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Upload AAR to Sonatype Nexus

on:
push:
branches: [ develop, feature/persist-zoom-priority ]
branches: [ develop ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 29e5889

Please sign in to comment.