version:1.2.2

bugfixes:
update:修改样式
This commit is contained in:
2026-01-24 15:04:11 +08:00
parent d9649ab95e
commit a5658b6e1e
6 changed files with 12 additions and 9 deletions

View File

@@ -14,10 +14,12 @@ android {
defaultConfig {
applicationId "com.uiui.videoplayer"
minSdkVersion 24
//There are no CERT files because If the mini sdk version is 23+, the AGP will ignore the V1 scheme signature.
minSdkVersion 23
targetSdkVersion 28
versionCode 121
versionName "1.2.1"
versionCode 122
versionName "1.2.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"