Skip to content

Commit 9017750

Browse files
committed
Setting Menu - Functional Arrangement #234
1 parent ad7cbf6 commit 9017750

File tree

80 files changed

+89
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+89
-87
lines changed

.github/workflows/generate-apk-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ jobs:
3838
body: "## What's Changed"
3939
draft: true
4040
prerelease: false
41-
artifacts: ./app/build/outputs/apk/github/release/PlainApp-${{ env.version_name }}.apk,./app/build/outputs/apk/china/release/PlainApp-${{ env.version_name }}-china.apk
41+
artifacts: ./PlainApp-${{ env.version_name }}.apk,./PlainApp-${{ env.version_name }}-armeabi-v7a.apk
4242

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ android {
4141
else -> 0
4242
}
4343

44-
val vCode = 397
44+
val vCode = 400
4545
versionCode = vCode - singleAbiNum
46-
versionName = "2.1.5"
46+
versionName = "2.1.6"
4747

4848
ndk {
4949
//noinspection ChromeOsAbiSupport

app/src/main/resources/web/assets/AppsSidebar-DchLoU3i.js renamed to app/src/main/resources/web/assets/AppsSidebar-BsIQ3qYp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/resources/web/assets/AppsView-OjWn3Tum.js renamed to app/src/main/resources/web/assets/AppsView-BjyQjYFu.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/resources/web/assets/AudiosSidebar-DpunVzUy.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/src/main/resources/web/assets/AudiosSidebar-xrWKR1X2.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/resources/web/assets/AudiosView-B_DSt9Z5.js renamed to app/src/main/resources/web/assets/AudiosView-B4vDAUbX.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/main/resources/web/assets/CallsSidebar-DopxaAKv.js renamed to app/src/main/resources/web/assets/CallsSidebar-BZpYyESC.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)