当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 3.7K

sunf/android-app
关闭

forked from 志威/android-app
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 770 Bytes
一键复制 编辑 原始数据 按行查看 历史
buildscript {
repositories {
google()
jcenter()
}
dependencies {
//noinspection GradleDependency
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.6.2'
}
}
allprojects {
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
jcenter()
mavenCentral()
google()
maven { url 'https://dl.bintray.com/oschinaapp/maven/' }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
maven { url 'https://jitpack.io' }
}
}
ext {
compileSdkVersion = 28
buildToolsVersion = "28.0.3"
applicationId = "net.oschina.app"
minSdkVersion = 19
targetSdkVersion = 28
versionCode = 417
versionName = "v4.1.7 (1806190800)"
supportVersion = '28.0.0'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/sunrix/android-app.git
git@gitee.com:sunrix/android-app.git
sunrix
android-app
android-app
master

搜索帮助