Skip to content

Commit 1256951

Browse files
committed
升级:frpclib 到 v0.54.0(支持最新的XTCP) #329
1 parent c0afc9f commit 1256951

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

app/libs/frpclib.aar

8.51 KB
Binary file not shown.

app/src/main/java/com/idormy/sms/forwarder/utils/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const val FRONT_CHANNEL_NAME = "SmsForwarder Foreground Service"
143143

144144
//Frp内网穿透
145145
const val FRPC_LIB_DOWNLOAD_URL = "https://xupdate.ppps.cn/uploads/%s/%s/libgojni.so"
146-
const val FRPC_LIB_VERSION = "0.53.2"
146+
const val FRPC_LIB_VERSION = "0.54.0"
147147
const val EVENT_FRPC_UPDATE_CONFIG = "EVENT_FRPC_UPDATE_CONFIG"
148148
const val EVENT_FRPC_DELETE_CONFIG = "EVENT_FRPC_DELETE_CONFIG"
149149
const val EVENT_FRPC_RUNNING_ERROR = "EVENT_FRPC_RUNNING_ERROR"

app/src/main/res/layout/fragment_settings.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
style="@style/SwitchButtonStyle"
385385
android:layout_width="wrap_content"
386386
android:layout_height="wrap_content"
387-
tools:ignore="TouchTargetSizeCheck" />
387+
tools:ignore="TouchTargetSizeCheck,DuplicateSpeakableTextCheck" />
388388

389389
</LinearLayout>
390390

@@ -1011,7 +1011,8 @@
10111011
<LinearLayout
10121012
style="@style/BarStyle.Switch"
10131013
android:layout_width="match_parent"
1014-
android:layout_height="wrap_content">
1014+
android:layout_height="wrap_content"
1015+
android:visibility="gone">
10151016

10161017
<LinearLayout
10171018
android:layout_width="0dp"
@@ -1158,7 +1159,7 @@
11581159
</LinearLayout>
11591160

11601161
<LinearLayout
1161-
style="@style/BarStyle.Switch"
1162+
style="@style/BarStyle"
11621163
android:layout_width="match_parent"
11631164
android:layout_height="wrap_content"
11641165
android:baselineAligned="false"
@@ -1679,7 +1680,8 @@
16791680
<LinearLayout
16801681
style="@style/BarStyle.Switch"
16811682
android:layout_width="match_parent"
1682-
android:layout_height="wrap_content">
1683+
android:layout_height="wrap_content"
1684+
android:visibility="gone">
16831685

16841686
<LinearLayout
16851687
android:layout_width="0dp"

0 commit comments

Comments
 (0)