Skip to content

Commit

Permalink
升级:frpclib 到 v0.54.0(支持最新的XTCP) #329
Browse files Browse the repository at this point in the history
  • Loading branch information
pppscn committed Feb 13, 2024
1 parent c0afc9f commit 1256951
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Binary file modified app/libs/frpclib.aar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const val FRONT_CHANNEL_NAME = "SmsForwarder Foreground Service"

//Frp内网穿透
const val FRPC_LIB_DOWNLOAD_URL = "https://xupdate.ppps.cn/uploads/%s/%s/libgojni.so"
const val FRPC_LIB_VERSION = "0.53.2"
const val FRPC_LIB_VERSION = "0.54.0"
const val EVENT_FRPC_UPDATE_CONFIG = "EVENT_FRPC_UPDATE_CONFIG"
const val EVENT_FRPC_DELETE_CONFIG = "EVENT_FRPC_DELETE_CONFIG"
const val EVENT_FRPC_RUNNING_ERROR = "EVENT_FRPC_RUNNING_ERROR"
Expand Down
10 changes: 6 additions & 4 deletions app/src/main/res/layout/fragment_settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
style="@style/SwitchButtonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:ignore="TouchTargetSizeCheck" />
tools:ignore="TouchTargetSizeCheck,DuplicateSpeakableTextCheck" />

</LinearLayout>

Expand Down Expand Up @@ -1011,7 +1011,8 @@
<LinearLayout
style="@style/BarStyle.Switch"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:visibility="gone">

<LinearLayout
android:layout_width="0dp"
Expand Down Expand Up @@ -1158,7 +1159,7 @@
</LinearLayout>

<LinearLayout
style="@style/BarStyle.Switch"
style="@style/BarStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:baselineAligned="false"
Expand Down Expand Up @@ -1679,7 +1680,8 @@
<LinearLayout
style="@style/BarStyle.Switch"
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:visibility="gone">

<LinearLayout
android:layout_width="0dp"
Expand Down

0 comments on commit 1256951

Please sign in to comment.