version:3.4.8

fix:
update:修改主页ui
This commit is contained in:
2026-03-03 16:58:44 +08:00
parent b8b951650b
commit d62f7ea042
91 changed files with 8580 additions and 1279 deletions

View File

@@ -0,0 +1,58 @@
apply plugin: 'com.android.library'
//apply plugin: 'com.novoda.bintray-release'
version = "1.3.3"
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
defaultConfig {
minSdkVersion 17
targetSdkVersion 28
versionCode 5
versionName version
}
buildTypes {
MT6789Debug {}
MT6789Release {}
Huaruian8768Debug {}
Huaruian8768Release {}
iPlay50SEDebug {}
iPlay50SERelease {}
unisocDebug {}
unisocRelease {}
mtk11Debug {}
mtk11Release {}
teclastMTKDebug {}
teclastMTKRelease {}
G6Debug {}
G6Release {}
G13Debug {}
G13Release {}
Teclast8515Debug {}
Teclast8515Release {}
teclastUnisocdebug {}
teclastUnisocrelease {}
teclastUnisocUserdebug {}
zhanRuiDebug {}
zhanRuiRelease {}
zhanRuiUserdebugReleas {}
debug {}
release {}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}
//// jcenter发布的信息
//publish {
// userOrg = 'lizp' // 创建repo的位置
// groupId = 'com.lzp' // 引用的分组名称
// artifactId = 'FlycoTabLayoutZ'//项目名称
// publishVersion = version//版本号
// desc = '在FlycoTabLayout的基础上扩展出SlidingScaleTabLayout实现滑动可以改变tab字体的大小的切换效果'
// website = 'https://github.com/li504799868/FlycoTabLayoutZ'
//}