2 Star 0 Fork 0

maomizone / QybOfficialApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
jcenter()
maven {
url 'https://dl.google.com/dl/android/maven2/'
name 'Google'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.jakewharton:butterknife-gradle-plugin:8.4.0'
}
}
allprojects {
repositories {
mavenCentral() //如果 jcenter 很慢,尝试添加 mavenCentral 并调整到首行
google()
jcenter()
maven {
url 'https://dl.google.com/dl/android/maven2/'
name 'Google'
}
flatDir {
dirs 'libs'
}
maven { url "https://jitpack.io" }
}
}
ext {
compileSdkVersion = 27
buildToolsVersion = '28.0.3'
minSdkVersion = 18
targetSdkVersion = 27
versionCode = 2
versionName = "2.0"
abiFilters = ['armeabi']//'arm64-v8a','armeabi-v7a', 'armeabi'
arguments = "-DANDROID_STL=c++_shared"
cppFlags = "-std=c++11"
}
task clean(type: Delete) {
delete rootProject.buildDir
}
1
https://gitee.com/maomizone/QybOfficialApp.git
git@gitee.com:maomizone/QybOfficialApp.git
maomizone
QybOfficialApp
QybOfficialApp
master

搜索帮助