Skip to content

Commit

Permalink
增加启用直接换台的选项
Browse files Browse the repository at this point in the history
允许用户设置是否按上下键时直接换台,而不是弹出换台抽屉
  • Loading branch information
Eanya-Tonic committed Oct 3, 2024
1 parent 89e3d1a commit 69c3925
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 115 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ local.properties
.idea/deploymentTargetDropDown.xml
*.apk
app/release/output-metadata.json
.vscode
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.eanyatonic.cctvViewer"
minSdk 19
targetSdk 32
versionCode 19
versionName "1.7.0"
versionCode 20
versionName "1.7.1"
ndk{abiFilters "armeabi", "armeabi-v7a", "x86", "mips"}
multiDexEnabled true
}
Expand Down
Loading

0 comments on commit 69c3925

Please sign in to comment.