启动器
This commit is contained in:
Zhanghu
2025-01-15 12:45:05 +08:00
parent b97cdead97
commit b6a8f0f610
10 changed files with 61 additions and 33 deletions

View File

@@ -4,13 +4,13 @@ plugins {
android {
namespace 'cn.ykbox.fullshow'
compileSdk 33
compileSdk 34
buildToolsVersion "30.0.3"
defaultConfig {
applicationId "cn.ykbox.fullshow"
minSdk 21
targetSdk 33
targetSdk 34
versionCode 1
versionName "1.0"
@@ -45,7 +45,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation project(':signageapi')
implementation project(':signageutil')
implementation project(':utils')
implementation 'com.blankj:utilcodex:1.31.1'
implementation 'io.github.youth5201314:banner:2.2.2'