Skip to content

Commit

Permalink
1.6.2 (#80)
Browse files Browse the repository at this point in the history
* 1.6.2

* Update README.md
  • Loading branch information
zkitefly authored Jun 17, 2024
1 parent 546706f commit dc3d4fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@
41 山东卫视

## 更新日志

**v1.6.1 更新日志 (2024.06.06)**

1. 修复无限全屏的问题

**v1.6.1 更新日志 (2024.06.06)**

1. 修复无限全屏的问题
Expand Down
6 changes: 3 additions & 3 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 17
versionName "1.6.1"
versionCode 18
versionName "1.6.2"
ndk{abiFilters "armeabi", "armeabi-v7a", "x86", "mips"}
}

Expand All @@ -37,4 +37,4 @@ dependencies {
// api 'com.tencent.tbs:tbssdk:44286'
implementation files('libs/tbs_sdk_thirdapp_v4.3.0.253_44153_sharewithdownloadwithfile_withoutGame_obfs_20220117_105333.jar')
implementation 'com.google.android.material:material:1.5.0'
}
}

0 comments on commit dc3d4fd

Please sign in to comment.