64 Star 755 Fork 428

野火IM/android-chat

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 769 Bytes
一键复制 编辑 原始数据 按行查看 历史
armXyz 提交于 2025-08-25 12:30 +08:00 . 更新依赖
plugins {
id "com.android.library"
}
android {
namespace 'cn.wildfirechat.uikit.permission'
compileSdk 34
defaultConfig {
minSdk 24
targetSdk 34
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'com.afollestad.material-dialogs:core:0.9.6.0'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/wfchat/android-chat.git
git@gitee.com:wfchat/android-chat.git
wfchat
android-chat
android-chat
master

搜索帮助