Ai
1 Star 0 Fork 0

lib4android/SimpleAdapterApplication

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
bluefox 提交于 2024-03-16 10:47 +08:00 . upadte
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
maven { setUrl("https://maven.aliyun.com/repository/public") }
maven { setUrl("https://mirrors.cloud.tencent.com/gradle/")}
maven { setUrl("https://mirrors.cloud.tencent.com/nexus/repository/maven-public/")}
maven { setUrl("https://maven.aliyun.com/repository/gradle-plugin")}
maven { setUrl("https://maven.aliyun.com/nexus/content/groups/public")}
maven { setUrl("https://maven.aliyun.com/nexus/content/repositories/jcenter")}
maven { setUrl("https://maven.aliyun.com/repository/jcenter")}
maven { setUrl("https://maven.aliyun.com/repository/google")}
maven { setUrl("https://jitpack.io") }
jcenter()
google() // Google's Maven repository
mavenCentral()
}
dependencies {
//1.自动化maven打包插件
// classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
}
}
plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.9.0' apply false
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/Lib4Android/SimpleAdapterApplication.git
git@gitee.com:Lib4Android/SimpleAdapterApplication.git
Lib4Android
SimpleAdapterApplication
SimpleAdapterApplication
master

搜索帮助