2 Star 4 Fork 1

虹图AI开放平台/HTEffect_AndroidX_Android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
哈H 提交于 2024-10-22 17:51 +08:00 . v3.5.0-release-android-20241022-1
plugins {
id 'com.android.library'
}
android {
compileSdkVersion 32
defaultConfig {
minSdkVersion 24
targetSdkVersion 32
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
}
buildTypes {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
api fileTree(dir: 'libs', include: ["*.jar",'*.aar'])
api 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.0.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
api 'com.liulishuo.okdownload:okdownload:1.0.5'
implementation 'com.hwangjr.rxbus:rxbus:1.0.6'
implementation 'com.google.code.gson:gson:2.8.8'
implementation 'com.shizhefei:ViewPagerIndicator:1.1.9.androidx'
implementation 'me.drakeet.multitype:multitype:3.4.4'
implementation 'com.github.bumptech.glide:glide:3.8.0'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/htai-open/HTEffect_AndroidX_Android.git
[email protected]:htai-open/HTEffect_AndroidX_Android.git
htai-open
HTEffect_AndroidX_Android
HTEffect_AndroidX_Android
master

搜索帮助