diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ff951cf..7f890c5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @benken @thelukewalton \ No newline at end of file +* @benken @thelukewalton @mikecoomber \ No newline at end of file diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 3be11b4..61ef2b3 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -10,10 +10,6 @@ jobs: permissions: id-token: write environment: artifactory - env: - username: ${{ secrets.ARTIFACTORY_USERNAME }} - password: ${{ secrets.ARTIFACTORY_PASSWORD }} - zds-android-maven: ${{ secrets.ZDS_ANDROID_MAVEN }} steps: - uses: actions/checkout@v4 - uses: actions/setup-java@v4 @@ -27,6 +23,5 @@ jobs: echo "username=${{secrets.ARTIFACTORY_USERNAME}}" >> gradle.properties echo "password=${{secrets.ARTIFACTORY_PASSWORD}}" >> gradle.properties echo "zds-android-maven=${{secrets.ZDS_ANDROID_MAVEN}}" >> gradle.properties - - name: Publish - run: gradle publish -P publish=rel + run: gradle publish -P publish=dev diff --git a/README.md b/README.md index a29cb58..493357a 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,6 @@ dependencies { -Once this is added, your IDE should - 3. For the components to work and receive the correct theme values, we must add the theme n `AndroidManifest.xml`. Be sure to remove other themes which could override this and prevent the components from working. ```xml diff --git a/components/build.gradle b/components/build.gradle index 17de3c9..dc0544f 100644 --- a/components/build.gradle +++ b/components/build.gradle @@ -44,7 +44,7 @@ publishing { groupId = 'com.zebra' artifactId = 'zds' // x-release-please-start-version - version = '1.0.0' + version = '1.1.0-alpha' // x-release-please-end afterEvaluate {