1 Star 0 Fork 0

dubaofeng / MyAndroid

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
appconfig.gradle 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
dubaofeng 提交于 2020-06-02 22:18 . 添加项目,首次提交
println("dbf__appconfig.gradle")
ext {
author = "dbf"
// isRelease = true
isRelease = false
android_config = [
compileSdkVersion : 29,
buildToolsVersion : "29.0.2",
minSdkVersion : 17,
targetSdkVersion : 29,
versionCode : 1,
versionName : "1.0",
testInstrumentationRunner: "androidx.test.runner.AndroidJUnitRunner"
]
app_id = [
app : "com.dbf.myandroid",
homepage: "com.dbf.homepage",
mine : "com.dbf.mine"
]
dependencies_config = [
appcompat : 'androidx.appcompat:appcompat:1.1.0',
corektx : 'androidx.core:core-ktx:1.2.0',
constraintlayout : 'androidx.constraintlayout:constraintlayout:1.1.3',
junit : 'junit:junit:4.12',
test_runner : 'androidx.test:runner:1.2.0',
test_espresso_core : 'androidx.test.espresso:espresso-core:3.2.0',
test_ext_junit : 'androidx.test.ext:junit:1.1.1',
androidx_viewpager2 : "androidx.viewpager2:viewpager2:1.0.0",
lifecycle_exten_sions: 'androidx.lifecycle:lifecycle-extensions:2.2.0',
dynamicanimation : 'androidx.dynamicanimation:dynamicanimation:1.0.0'//弹簧动画支持库
]
url_config = [
debug : "https://www.wanandroid.com/",
release: "https://www.wanandroid.com/"
]
}
Java
1
https://gitee.com/dubaofeng/MyAndroid.git
git@gitee.com:dubaofeng/MyAndroid.git
dubaofeng
MyAndroid
MyAndroid
master

搜索帮助