diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 53cf6be9..d74472a5 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -154,7 +154,7 @@ jobs:
gpg -d --passphrase "${{ secrets.KEY_STORE_PASSWORD }}" --batch release.keystore.asc > release.keystore
- name: Generate Release Bundle
- run: ./gradlew bundleRelease
+ run: ./gradlew bundleProductionRelease
env:
SIGNING_KEY_ALIAS: ${{ secrets.ALIAS }}
SIGNING_KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
@@ -164,13 +164,13 @@ jobs:
uses: actions/upload-artifact@master
with:
name: bundle
- path: app/build/outputs/bundle/release/app-release.aab
+ path: app/build/outputs/bundle/productionRelease/app-production-release.aab
- name: Upload mapping.txt
uses: actions/upload-artifact@master
with:
name: mapping.txt
- path: app/build/outputs/mapping/release/mapping.txt
+ path: app/build/outputs/mapping/productionRelease/mapping.txt
deploy-play-store:
needs: [ build ]
diff --git a/.gitignore b/.gitignore
index de9dafac..32c6d91a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,19 +42,7 @@ proguard/
captures/
# IntelliJ
-*.iml
-.idea/workspace.xml
-.idea/tasks.xml
-.idea/gradle.xml
-.idea/assetWizardSettings.xml
-.idea/dictionaries
-.idea/libraries
-.idea/jarRepositories.xml
-# Android Studio 3 in .gitignore file.
-.idea/caches
-.idea/modules.xml
-# Comment next line if keeping position of elements in Navigation Editor is relevant for you
-.idea/navEditor.xml
+.idea/
# Keystore files
*.jks
diff --git a/.idea/androidTestResultsUserPreferences.xml b/.idea/androidTestResultsUserPreferences.xml
index de4e3f0f..7c444f41 100644
--- a/.idea/androidTestResultsUserPreferences.xml
+++ b/.idea/androidTestResultsUserPreferences.xml
@@ -16,6 +16,19 @@
+
+
+
+
+
+
+
@@ -108,6 +121,19 @@
+
+
+
+
+
+
+
@@ -127,6 +153,7 @@