Adjust graphics from j3270 changes
Build and Test a3270 / Build Android APK (push) Successful in 6m18s

This commit is contained in:
2026-09-07 20:17:11 -04:00
parent 0eaab32e2f
commit f389e626ea
3 changed files with 51 additions and 1 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ if [ ! -d "$J3270_PATH/lib3270j" ]; then
fi
echo "Building debug APK..."
./gradlew assembleDebug
./gradlew assembleDebug --no-daemon
APK_PATH="$SCRIPT_DIR/build/outputs/apk/debug/a3270-debug.apk"
if [ -f "$APK_PATH" ]; then