Replace market flavor with play (#4720)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
+3
-3
@@ -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