Skip to content

Commit cf8d7f0

Browse files
committed
fix ysp
1 parent bcfca9e commit cf8d7f0

File tree

17 files changed

+328
-336
lines changed

17 files changed

+328
-336
lines changed

HISTORY.md

Lines changed: 153 additions & 149 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
* 亮度调节
3636
* 音量调节
3737
* 軟解
38-
* 网格空白处退出
3938

4039
## 版权说明
4140

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ android {
2626
cmake {
2727
arguments "-DIS_SO_BUILD=${project.hasProperty('IS_SO_BUILD') ? project.IS_SO_BUILD : true}"
2828

29+
// abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
2930
abiFilters "armeabi-v7a", "arm64-v8a"
3031
}
3132
}
@@ -128,6 +129,7 @@ dependencies {
128129

129130
implementation 'com.github.bumptech.glide:glide:4.11.0'
130131

132+
implementation("androidx.work:work-runtime-ktx:2.9.0")
131133
implementation 'androidx.core:core-ktx:1.11.0-beta02'
132134
implementation 'androidx.multidex:multidex:2.0.1'
133135
implementation 'androidx.leanback:leanback:1.2.0-alpha02'

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<uses-permission android:name="android.permission.INTERNET" />
1212
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
13+
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
1314
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
1415
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
1516
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
-6.3 KB
Binary file not shown.
-1.34 KB
Binary file not shown.

app/src/main/cpp/x86/libcrypto.a

5.56 MB
Binary file not shown.

app/src/main/cpp/x86/libcrypto.so

3.58 MB
Binary file not shown.

app/src/main/cpp/x86/libssl.a

860 KB
Binary file not shown.

app/src/main/cpp/x86/libssl.so

639 KB
Binary file not shown.

0 commit comments

Comments
 (0)