升级:frpclib 到 v0.54.0(支持最新的XTCP) #329

This commit is contained in:
pppscn 2024-02-13 21:14:34 +08:00
parent c0afc9f529
commit 125695133d
3 changed files with 7 additions and 5 deletions

Binary file not shown.

View File

@ -143,7 +143,7 @@ const val FRONT_CHANNEL_NAME = "SmsForwarder Foreground Service"
//Frp内网穿透 //Frp内网穿透
const val FRPC_LIB_DOWNLOAD_URL = "https://xupdate.ppps.cn/uploads/%s/%s/libgojni.so" 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_UPDATE_CONFIG = "EVENT_FRPC_UPDATE_CONFIG"
const val EVENT_FRPC_DELETE_CONFIG = "EVENT_FRPC_DELETE_CONFIG" const val EVENT_FRPC_DELETE_CONFIG = "EVENT_FRPC_DELETE_CONFIG"
const val EVENT_FRPC_RUNNING_ERROR = "EVENT_FRPC_RUNNING_ERROR" const val EVENT_FRPC_RUNNING_ERROR = "EVENT_FRPC_RUNNING_ERROR"

View File

@ -384,7 +384,7 @@
style="@style/SwitchButtonStyle" style="@style/SwitchButtonStyle"
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
tools:ignore="TouchTargetSizeCheck" /> tools:ignore="TouchTargetSizeCheck,DuplicateSpeakableTextCheck" />
</LinearLayout> </LinearLayout>
@ -1011,7 +1011,8 @@
<LinearLayout <LinearLayout
style="@style/BarStyle.Switch" style="@style/BarStyle.Switch"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content"
android:visibility="gone">
<LinearLayout <LinearLayout
android:layout_width="0dp" android:layout_width="0dp"
@ -1158,7 +1159,7 @@
</LinearLayout> </LinearLayout>
<LinearLayout <LinearLayout
style="@style/BarStyle.Switch" style="@style/BarStyle"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:baselineAligned="false" android:baselineAligned="false"
@ -1679,7 +1680,8 @@
<LinearLayout <LinearLayout
style="@style/BarStyle.Switch" style="@style/BarStyle.Switch"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content"
android:visibility="gone">
<LinearLayout <LinearLayout
android:layout_width="0dp" android:layout_width="0dp"