mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
take it easy izzy
This commit is contained in:
@@ -104,7 +104,7 @@ jobs:
|
||||
if: matrix.build-type == 'release'
|
||||
run: |
|
||||
cd android/
|
||||
./gradlew assembleRelease -P elfBuildType=Release
|
||||
./gradlew assembleRelease -P elfBuildType=RelWithDebInfo
|
||||
mv app/build/outputs/apk/release/app-release.apk ../starship-release.apk
|
||||
|
||||
- name: Upload Debug APK
|
||||
|
||||
@@ -102,7 +102,7 @@ jobs:
|
||||
run: |
|
||||
cd android/
|
||||
./gradlew clean
|
||||
./gradlew assembleRelease -P elfBuildType=Release --no-daemon
|
||||
./gradlew assembleRelease -P elfBuildType=RelWithDebInfo --no-daemon
|
||||
|
||||
- name: Verify APK signing
|
||||
run: |
|
||||
|
||||
@@ -71,12 +71,11 @@ android {
|
||||
release {
|
||||
debuggable false
|
||||
jniDebuggable false
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
// Use less aggressive ProGuard rules for native apps
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
// Disable minification temporarily to isolate the issue
|
||||
minifyEnabled false
|
||||
shrinkResources false
|
||||
|
||||
// Keep some debug info for crash reports
|
||||
// Keep debug symbols for crash analysis
|
||||
ndk {
|
||||
debugSymbolLevel 'SYMBOL_TABLE'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user