最新一次版本提交

This commit is contained in:
xuhuixiang
2026-01-06 16:16:49 +08:00
parent 08d67f0fed
commit 17b41fc9bf
5966 changed files with 219734 additions and 1598 deletions

View File

@@ -11,8 +11,8 @@ android {
applicationId "com.web.bk888"
minSdkVersion 24
targetSdkVersion 31
versionCode rootProject.ext.versionCode
versionName rootProject.ext.versionName
versionCode 117
versionName "1.1.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -78,5 +78,5 @@ android {
}
dependencies {
implementation project(path: ':base')
implementation project(path: ':base_bk88')
}