1 Star 0 Fork 133

Kuki/XPopup

forked from 李晓俊/XPopup 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
build.gradle 787 Bytes
Copy Edit Raw Blame History
李晓俊 authored 2023-01-08 23:19 . 发布2.9.19
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.xpopup_version = "2.9.19"
repositories {
google()
mavenCentral()
maven { url 'https://repo1.maven.org/maven2/' }
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url 'https://repo1.maven.org/maven2/' }
jcenter() //demo中部分三方库还未迁移
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/kukiwu/XPopup.git
git@gitee.com:kukiwu/XPopup.git
kukiwu
XPopup
XPopup
master

Search