Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 80358f2

Browse files
committed
fix: arm-based android 13
1 parent 98f55ba commit 80358f2

14 files changed

Lines changed: 52 additions & 33 deletions

app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ android {
3838
excludes += ['**/*.kotlin_*']
3939
}
4040
}
41+
namespace 'com.bige0.shadowsocksr'
4142

4243
}
4344

@@ -56,10 +57,10 @@ dependencies {
5657
implementation 'com.mikepenz:iconics-core:5.3.0'
5758
implementation 'com.mikepenz:materialdrawer:8.4.3'
5859
implementation "com.twofortyfouram:android-plugin-api-for-locale:1.0.4"
59-
implementation 'dnsjava:dnsjava:3.4.1'
60+
implementation 'dnsjava:dnsjava:3.5.2'
6061
implementation "me.dm7.barcodescanner:zxing:1.9.13"
6162
implementation "net.glxn.qrgen:android:2.0"
62-
implementation 'com.squareup.okhttp3:okhttp:4.9.1'
63+
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
6364
implementation "com.google.code.findbugs:jsr305:3.0.2"
6465
implementation 'com.google.android.material:material:1.4.0'
6566
}

app/libs/arm64-v8a/libpdnsd.so

-90.4 KB
Binary file not shown.
16.5 KB
Binary file not shown.

app/libs/arm64-v8a/libssr-local.so

-225 KB
Binary file not shown.

app/libs/arm64-v8a/libtun2socks.so

-90.2 KB
Binary file not shown.

app/libs/armeabi-v7a/libpdnsd.so

-81.1 KB
Binary file not shown.
-9.47 KB
Binary file not shown.
-112 KB
Binary file not shown.
-47.9 KB
Binary file not shown.

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
xmlns:tools="http://schemas.android.com/tools"
4-
package="com.bige0.shadowsocksr">
3+
xmlns:tools="http://schemas.android.com/tools">
54

65
<application
76
android:name="com.bige0.shadowsocksr.ShadowsocksApplication"

0 commit comments

Comments
 (0)