Skip to content

Commit

Permalink
fixed: PlayList, WebAccess
Browse files Browse the repository at this point in the history
  • Loading branch information
JackuXL committed Jun 21, 2023
1 parent d56c963 commit 9adb936
Show file tree
Hide file tree
Showing 33 changed files with 792 additions and 779 deletions.
2 changes: 1 addition & 1 deletion .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 5 additions & 12 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/encodings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ android {
applicationId "cn.wearbbs.music"
minSdkVersion 21
targetSdkVersion 31
versionCode 11
versionName "3.4"
versionCode 12
versionName "3.5"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
resources {
excludes += ['META-INF/DEPENDENCIES']
}
}
buildTypes {
release {
Expand All @@ -34,6 +36,7 @@ android {
kotlinOptions {
jvmTarget = '1.8'
}
namespace 'cn.wearbbs.music'
}


Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 11,
"versionName": "3.4",
"versionCode": 12,
"versionName": "3.5",
"outputFile": "app-release.apk"
}
],
Expand Down
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="cn.wearbbs.music" >
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission
Expand Down
211 changes: 0 additions & 211 deletions app/src/main/java/cn/jackuxl/api/SongApi.java

This file was deleted.

Loading

0 comments on commit 9adb936

Please sign in to comment.