Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dd90354

Browse files
author
chenyouwei
committed
feat:完善soundTouch功能
1 parent b73be5b commit dd90354

File tree

10 files changed

+709
-190
lines changed

10 files changed

+709
-190
lines changed

‎app/src/main/AndroidManifest.xml‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.hugh.audiofun">
44

5+
<!--网络连接-->
6+
<uses-permission android:name="android.permission.INTERNET" />
7+
<!--sd卡读写 6.0以上系统可能还需要动态申请sd卡读写权限-->
8+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
9+
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
10+
511
<application
612
android:allowBackup="true"
713
android:icon="@mipmap/ic_launcher"

‎libsoundtouch/build.gradle‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ android {
2222
ndk {
2323
abiFilters "armeabi-v7a"
2424
}
25+
compileOptions {
26+
sourceCompatibility = 1.8
27+
targetCompatibility = 1.8
28+
}
2529
}
2630

2731
buildTypes {
@@ -46,4 +50,6 @@ dependencies {
4650
testImplementation 'junit:junit:4.12'
4751
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
4852
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
53+
implementation "io.reactivex.rxjava2:rxjava:2.1.12"
54+
implementation "io.reactivex.rxjava2:rxandroid:2.0.2"
4955
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /