Skip to content

Commit

Permalink
renaming master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
lalwani committed Feb 7, 2024
1 parent 9fd2f9c commit 58f18d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildscript/deploy_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

SLUG="uber/rides-android-sdk"
JDK="oraclejdk8"
BRANCH="master"
BRANCH="main"

set -e

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
upload-snapshots:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' && github.event_name != 'pull_request'
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
needs:
- check
- test
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ POM_DEVELOPER_NAME=Uber Technologies
GITHUB_OWNER=uber
GITHUB_REPO=rides-android-sdk
GITHUB_DOWNLOAD_PREFIX=https\://github.com/uber/rides-android-sdk/releases/download/
GITHUB_BRANCH=master
GITHUB_BRANCH=main
android.useAndroidX=true
android.enableJetifier=true

0 comments on commit 58f18d9

Please sign in to comment.