We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899affc commit dea4b77Copy full SHA for dea4b77
.github/workflows/business.yml
@@ -32,7 +32,7 @@ jobs:
32
run: chmod +x gradlew
33
34
- name: Update package name
35
- run: sed -i 's/com.wmods.wppenhacer/com.wmods.wppenhacer.w4b/g' app/build.gradle.kts
+ run: sed -i 's/applicationId = "com.wmods.wppenhacer"/applicationId = "com.wmods.wppenhacer.w4b"/g' app/build.gradle.kts
36
37
- name: Update app name
38
run: sed -i 's/Wa Enhancer/Wa Enhancer Business/g' app/src/main/res/values/strings.xml
@@ -42,6 +42,7 @@ jobs:
42
43
- name: Build and test app
44
run: |
45
+ ./gradlew --recompile-scripts
46
./gradlew assembleDebug -Pminify=true
47
48
- name: Upload artifacts
0 commit comments