5 Star 0 Fork 0

simple_li/CreditoPeso

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle 772 Bytes
一键复制 编辑 原始数据 按行查看 历史
rachelzhao 提交于 2023-07-27 10:54 . [fix]添加keystore
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
plugins {
id 'com.android.application' version '7.1.2'
id 'com.android.library' version '7.1.2'
id 'org.jetbrains.kotlin.android' version '1.6.21'
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven{ url 'https://maven.aliyun.com/repository/public'}
maven{ url 'https://maven.aliyun.com/repository/google'}
maven{ url 'https://maven.aliyun.com/repository/gradle-plugin'}
maven{ url "https://jitpack.io" }
google()
jcenter()
}
}
rootProject.name = "Credito Peso"
include ':app'
//include ':mylibrary'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/simple_li/credito-peso.git
git@gitee.com:simple_li/credito-peso.git
simple_li
credito-peso
CreditoPeso
master

搜索帮助