Skip to content

Commit

Permalink
Merge branch 'main' into language
Browse files Browse the repository at this point in the history
  • Loading branch information
LuftVerbot committed Aug 16, 2024
2 parents f89c42d + fca79be commit b7569d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Build with Gradle
run: |
./gradlew assembleDebug \
./gradlew assembleRelease \
-Pandroid.injected.signing.store.file=$GITHUB_WORKSPACE/signing-key.jks \
-Pandroid.injected.signing.store.password=${{ secrets.PASSWORD }} \
-Pandroid.injected.signing.key.alias=key0 \
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Upload APK
uses: actions/upload-artifact@v4
with:
path: app/build/outputs/apk/debug/app-debug.apk
path: app/build/outputs/apk/debug/app-release.apk

- name: Upload APK to Discord
shell: bash
Expand Down
21 changes: 0 additions & 21 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,21 +0,0 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile

0 comments on commit b7569d4

Please sign in to comment.