From 4b6f4b73719ec20ce683adecfc08986a149ebd61 Mon Sep 17 00:00:00 2001 From: jhengazuki Date: Thu, 25 Sep 2025 12:48:58 +0800 Subject: [PATCH] Fix bug --- app/build.gradle | 2 - app/src/main/res/layout/activity_main.xml | 114 +++++++++++----------- jar/custom_spider.jar | Bin 338593 -> 283672 bytes jar/custom_spider.jar.md5 | 2 +- 4 files changed, 59 insertions(+), 59 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d2e8e336..2b9f8cf9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -49,10 +49,8 @@ dependencies { implementation 'com.squareup.okhttp3:okhttp:' + okhttpVersion implementation 'com.github.thegrizzlylabs:sardine-android:0.9' implementation 'wang.harlon.quickjs:wrapper-android:3.2.3' - implementation 'com.google.android.flexbox:flexbox:3.0.0' implementation 'com.google.code.gson:gson:2.13.2' implementation 'com.hierynomus:smbj:0.14.0' implementation 'com.orhanobut:logger:2.2.0' - implementation 'androidx.core:core:1.17.0' implementation 'org.jsoup:jsoup:1.21.2' } \ No newline at end of file diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index 02e9d788..d9f1f0b6 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,82 +1,84 @@ - + android:fillViewport="true" + android:padding="16dp"> -