1 Star 2 Fork 2

cvdnn/NtpApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
configs.gradle 430 Bytes
一键复制 编辑 原始数据 按行查看 历史
cvdnn 提交于 2021-05-19 14:53 . maven
def buildVersion() {
return new Date().format("yyyyMMddHH", TimeZone.getTimeZone("GMT+8")).toInteger()
}
ext {
aptVersionCode = buildVersion()
app = [compileSdkVersion: 28,
applicationId : "com.cvdnn.ntp",
minSdkVersion : 24,
targetSdkVersion : 28,
versionCode : buildVersion(),
versionName : "2.6.10",
buildToolsVersion: '29.0.3',]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/cvdnn/NtpApp.git
git@gitee.com:cvdnn/NtpApp.git
cvdnn
NtpApp
NtpApp
master

搜索帮助