mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-11 06:44:00 +00:00
Replace market flavor with play (#4720)
This commit is contained in:
2
.github/workflows/build_release_apk.yml
vendored
2
.github/workflows/build_release_apk.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user