version:1.1.6

fix:
update:修改图标大小,增加闹钟
This commit is contained in:
2023-11-04 09:58:25 +08:00
parent 3d15a60ac9
commit e081884984
112 changed files with 16918 additions and 163 deletions

View File

@@ -0,0 +1,32 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
buildTypes {
U807Debug {}
U807Release {}
iPlay50SEDebug {}
iPlay50SERelease {}
debug {}
release {}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
}
repositories {
google()
}