1 Star 0 Fork 17

mcjdhjj / vehicle-keyboard-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 839 Bytes
一键复制 编辑 原始数据 按行查看 历史
貌似掉线 提交于 2017-11-22 13:50 . 修复keyboard依赖丢失的问题
// Top-level build file where you can add configuration options common to all sub-projects/modules.
subprojects {
buildscript {
repositories {
mavenCentral()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.5.4"
}
}
repositories {
mavenCentral()
google()
}
}
ext {
minSdkVersion = 11
compileSdkVersion = 26
buildToolsVersion = '26.0.2'
sourceCompatibility = JavaVersion.VERSION_1_7
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Android
1
https://gitee.com/mcjdhjj2020/vehicle-keyboard-android.git
git@gitee.com:mcjdhjj2020/vehicle-keyboard-android.git
mcjdhjj2020
vehicle-keyboard-android
vehicle-keyboard-android
master

搜索帮助