1 Star 0 Fork 0

哄哄/material-dialogs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dependencies.gradle 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
ext.versions = [
min_sdk: 16,
compile_sdk: 29,
build_tools: "29.0.0",
publish_version: "3.1.1",
publish_version_code: 259
]
ext.deps = [
gradle_plugins: [
android: "com.android.tools.build:gradle:3.5.2",
kotlin: "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61",
spotless: "com.diffplug.spotless:spotless-plugin-gradle:3.26.1",
versions: "com.github.ben-manes:gradle-versions-plugin:0.27.0",
bintray_release: "com.novoda:bintray-release:0.9.1",
],
androidx: [
annotations: "androidx.annotation:annotation:1.1.0",
core: "androidx.appcompat:appcompat:1.1.0",
grid_layout: "androidx.gridlayout:gridlayout:1.0.0",
lifecycle: [
runtime: "androidx.lifecycle:lifecycle-runtime:2.1.0",
compiler: "androidx.lifecycle:lifecycle-compiler:2.1.0"
],
recycler_view: "androidx.recyclerview:recyclerview:1.1.0"
],
google_material: "com.google.android.material:material:1.0.0",
kotlin: [
stdlib8: "org.jetbrains.kotlin:kotlin-stdlib-jdk8",
coroutines: [
core: "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.2"
]
],
afollestad: [
assent: "com.afollestad:assent:2.3.1",
dots_indicator: "com.afollestad:viewpagerdots:1.0.0",
date_picker: "com.afollestad:date-picker:0.6.1"
],
leak_canary: "com.squareup.leakcanary:leakcanary-android:2.0-beta-3"
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zounyoung/material-dialogs.git
git@gitee.com:zounyoung/material-dialogs.git
zounyoung
material-dialogs
material-dialogs
master

搜索帮助