diff --git a/.github/workflows/build_release_apk.yml b/.github/workflows/build_release_apk.yml index cf6b2ac36f..052f65bd1b 100644 --- a/.github/workflows/build_release_apk.yml +++ b/.github/workflows/build_release_apk.yml @@ -29,7 +29,7 @@ jobs: echo ${{ secrets.KEYSTORE }} | base64 --decode > ${{ github.workspace }}/key.jks fi - name: Build release APK - run: ./gradlew assembleLawnWithQuickstepGithubRelease bundleLawnWithQuickstepMarketRelease + run: ./gradlew assembleLawnWithQuickstepGithubRelease bundleLawnWithQuickstepPlayRelease - name: Upload artifact uses: actions/upload-artifact@v4 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3889360ed6..1677ff5a53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: echo ${{ secrets.KEYSTORE }} | base64 --decode > ${{ github.workspace }}/key.jks fi - name: Build debug APK - run: ./gradlew assembleLawnWithQuickstepGithubDebug assembleLawnWithQuickstepMarketDebug + run: ./gradlew assembleLawnWithQuickstepGithubDebug assembleLawnWithQuickstepPlayDebug - name: Upload artifact uses: actions/upload-artifact@v4 with: diff --git a/build.gradle b/build.gradle index 3307316c17..1afa3bf67e 100644 --- a/build.gradle +++ b/build.gradle @@ -251,8 +251,8 @@ android { dimension "channel" } - market { - applicationId "ch.deletescape.lawnchair.plah" + play { + applicationId "app.lawnchair.play" dimension "channel" isDefault true } @@ -289,7 +289,7 @@ android { manifest.srcFile "quickstep/AndroidManifest-launcher.xml" } - lawnWithQuickstepMarket { + lawnWithQuickstepPlay { manifest.srcFile "quickstep/AndroidManifest-launcher.xml" }