提交 cd16dc8c 编写于 作者: S superq_sky

Updated gradle plugin version to 0.9.3.

上级 992e2722
buildscript {
System.properties['com.android.build.gradle.overrideVersionCheck'] = 'true'
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
}
}
allprojects {
repositories {
mavenCentral()
jcenter()
}
}
group = 'com.didichuxing.foundation'
version = '0.0.5'
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion VERSION_COMPILE_SDK
buildToolsVersion VERSION_BUILD_TOOLS
defaultConfig {
minSdkVersion 15
targetSdkVersion 15
minSdkVersion VERSION_MIN_SDK
targetSdkVersion VERSION_TARGET_SDK
versionCode 1
versionName "1.0"
}
compileOptions {
sourceCompatibility SOURCE_COMPATIBILITY
}
buildTypes {
release {
minifyEnabled false
......
apply plugin: 'com.android.library'
android {
compileSdkVersion 22
buildToolsVersion "23.0.3"
compileSdkVersion VERSION_COMPILE_SDK
buildToolsVersion VERSION_BUILD_TOOLS
defaultConfig {
minSdkVersion 15
targetSdkVersion 15
minSdkVersion VERSION_MIN_SDK
targetSdkVersion VERSION_TARGET_SDK
versionCode 1
versionName "1.0.0"
}
......@@ -17,7 +17,7 @@ android {
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
sourceCompatibility SOURCE_COMPATIBILITY
}
lintOptions {
abortOnError false
......
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "23.0.3"
compileSdkVersion 23
buildToolsVersion "25.0.2"
defaultConfig {
applicationId "com.didi.virtualapk.demo"
......
......@@ -4,8 +4,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.didi.virtualapk:gradle:0.9.1'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.didi.virtualapk:gradle:0.9.3'
}
}
......
......@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
......@@ -2,16 +2,19 @@ apply plugin: 'com.android.application'
apply plugin: 'com.didi.virtualapk.host'
android {
compileSdkVersion 22
buildToolsVersion "23.0.3"
compileSdkVersion VERSION_COMPILE_SDK
buildToolsVersion VERSION_BUILD_TOOLS
defaultConfig {
applicationId "com.didi.virtualapk"
minSdkVersion 15
targetSdkVersion 15
minSdkVersion VERSION_MIN_SDK
targetSdkVersion VERSION_TARGET_SDK
versionCode 3
versionName "1.0.0"
}
compileOptions {
sourceCompatibility SOURCE_COMPATIBILITY
}
signingConfigs {
release {
......
......@@ -5,14 +5,24 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.didi.virtualapk:gradle:0.9.1'
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.didi.virtualapk:gradle:0.9.3'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
}
}
ext {
VERSION_COMPILE_SDK = 23
VERSION_BUILD_TOOLS = '25.0.2'
VERSION_MIN_SDK = 15
VERSION_TARGET_SDK = 15
SOURCE_COMPATIBILITY = JavaVersion.VERSION_1_7
}
allprojects {
repositories {
mavenCentral()
......
......@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
GROUP_ID=com.didi.virtualapk
ARTIFACT_ID=gradle
VERSION=0.9.1
VERSION=0.9.3
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册