From dea4b77895dbf8cb41064f9bde9d204307bf24d1 Mon Sep 17 00:00:00 2001 From: Dev4Mod Date: Wed, 27 Nov 2024 21:54:29 -0300 Subject: [PATCH] Update business.yml --- .github/workflows/business.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/business.yml b/.github/workflows/business.yml index 133a7cc9..75c045cb 100644 --- a/.github/workflows/business.yml +++ b/.github/workflows/business.yml @@ -32,7 +32,7 @@ jobs: run: chmod +x gradlew - name: Update package name - 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 - name: Update app name run: sed -i 's/Wa Enhancer/Wa Enhancer Business/g' app/src/main/res/values/strings.xml @@ -42,6 +42,7 @@ jobs: - name: Build and test app run: | + ./gradlew --recompile-scripts ./gradlew assembleDebug -Pminify=true - name: Upload artifacts