File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 env :
7171 SKIP_EMULATOR_BOOT : " true"
7272 ADB : adb
73- APK : ${{ github.workspace }}/mobile/build/outputs/apk/debug/mobile-x86_64- debug.apk
73+ APK : ${{ github.workspace }}/mobile/build/outputs/apk/debug/mobile-debug.apk
7474 SSSERVER : ${{ github.workspace }}/core/src/main/rust/shadowsocks-rust/target/release/ssserver
7575
7676 - name : Upload screenshots
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ release/
1212# release apks
1313* .apk
1414.DS_Store
15+ CLAUDE.md
Original file line number Diff line number Diff line change @@ -92,10 +92,6 @@ fun Project.setupApp() {
9292 }
9393 lint.disable + = " RemoveWorkManagerInitializer"
9494 packagingOptions.jniLibs.useLegacyPackaging = true
95- splits.abi {
96- isEnable = true
97- isUniversalApk = true
98- }
9995 }
10096
10197 dependencies.add(" implementation" , project(" :core" ))
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33release=$1
4- cp mobile/build/outputs/apk/release/mobile-armeabi-v7a-release.apk shadowsocks-armeabi-v7a-" ${release} " .apk
5- cp mobile/build/outputs/apk/release/mobile-arm64-v8a-release.apk shadowsocks-arm64-v8a-" ${release} " .apk
6- cp mobile/build/outputs/apk/release/mobile-x86-release.apk shadowsocks-x86-" ${release} " .apk
7- cp mobile/build/outputs/apk/release/mobile-x86_64-release.apk shadowsocks-x86_64-" ${release} " .apk
8- cp mobile/build/outputs/apk/release/mobile-universal-release.apk shadowsocks--universal-" ${release} " .apk
9- cp tv/build/outputs/apk/freedom/release/tv-freedom-armeabi-v7a-release.apk shadowsocks-tv-armeabi-v7a-" ${release} " .apk
10- cp tv/build/outputs/apk/freedom/release/tv-freedom-arm64-v8a-release.apk shadowsocks-tv-arm64-v8a-" ${release} " .apk
11- cp tv/build/outputs/apk/freedom/release/tv-freedom-x86-release.apk shadowsocks-tv-x86-" ${release} " .apk
12- cp tv/build/outputs/apk/freedom/release/tv-freedom-x86_64-release.apk shadowsocks-tv-x86_64-" ${release} " .apk
13- cp tv/build/outputs/apk/freedom/release/tv-freedom-universal-release.apk shadowsocks-tv-universal-" ${release} " .apk
4+ cp mobile/build/outputs/bundle/release/mobile-release.aab shadowsocks-" ${release} " .aab
5+ cp tv/build/outputs/bundle/freedomRelease/tv-freedom-release.aab shadowsocks-tv-" ${release} " .aab
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
1313EMULATOR=" ${EMULATOR:-/ Volumes/ Data/ workspace/ android/ emulator/ emulator} "
1414ADB=" ${ADB:-/ Volumes/ Data/ workspace/ android/ platform-tools/ adb} "
1515AVD=" ${AVD:- Medium_Phone_API_36.1} "
16- APK=" ${APK:- $SCRIPT_DIR / mobile/ build/ outputs/ apk/ debug/ mobile-arm64-v8a- debug.apk} "
16+ APK=" ${APK:- $SCRIPT_DIR / mobile/ build/ outputs/ apk/ debug/ mobile-debug.apk} "
1717SSSERVER=" ${SSSERVER:- $SCRIPT_DIR / core/ src/ main/ rust/ shadowsocks-rust/ target/ release/ ssserver} "
1818PKG=" com.github.shadowsocks"
1919
You can’t perform that action at this time.
0 commit comments