1 Star 0 Fork 0

GH321/v9porn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.53 KB
一键复制 编辑 原始数据 按行查看 历史
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
maven {
url "http://maven.aliyun.com/nexus/content/repositories/releases"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath 'org.greenrobot:greendao-gradle-plugin:3.2.2' // add plugin
// classpath 'com.bugsnag:bugsnag-android-gradle-plugin:3.4.1'
classpath 'com.tencent.bugly:symtabfileuploader:2.1.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
jcenter()
mavenCentral() // add repository
maven { url "https://jitpack.io" }
google()
maven {
url 'http://maven.aliyun.com/nexus/content/repositories/releases/'
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
// Define versions in a single place
ext {
// Sdk and tools
minSdkVersion = 19
targetSdkVersion = 28
compileSdkVersion = 28
buildToolsVersion = '28.0.3'
// App dependencies
supportLibraryVersion = '28.0.0'
exoPlayerVersion = "2.6.0"
butterKnifeVersion = '9.0.0'
daggerVersion = '2.21'
retrofitVersion='2.5.0'
markwonVersion = '2.0.1'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/gh321/v9porn.git
git@gitee.com:gh321/v9porn.git
gh321
v9porn
v9porn
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385