merge
This commit is contained in:
@ -22,8 +22,8 @@ dependencies {
|
|||||||
compile fileTree(include: ['*.jar'], dir: 'libs')
|
compile fileTree(include: ['*.jar'], dir: 'libs')
|
||||||
testCompile 'junit:junit:4.12'
|
testCompile 'junit:junit:4.12'
|
||||||
compile 'com.android.support:appcompat-v7:23.1.1'
|
compile 'com.android.support:appcompat-v7:23.1.1'
|
||||||
compile project(':AriaCompiler')
|
// compile project(':AriaCompiler')
|
||||||
// compile project(':AriaAnnotations')
|
compile project(':AriaAnnotations')
|
||||||
}
|
}
|
||||||
//apply from: 'bintray-release.gradle'
|
apply from: 'bintray-release.gradle'
|
||||||
//apply from: 'jcenter.gradle'
|
//apply from: 'jcenter.gradle'
|
||||||
|
@ -11,4 +11,4 @@ dependencies {
|
|||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
}
|
}
|
||||||
|
|
||||||
//apply from: 'bintray-release.gradle'
|
apply from: 'bintray-release.gradle'
|
@ -14,4 +14,4 @@ dependencies {
|
|||||||
compile project(':AriaAnnotations')
|
compile project(':AriaAnnotations')
|
||||||
}
|
}
|
||||||
|
|
||||||
//apply from: 'bintray-release.gradle'
|
apply from: 'bintray-release.gradle'
|
@ -7,7 +7,7 @@ buildscript {
|
|||||||
dependencies {
|
dependencies {
|
||||||
// classpath 'com.android.tools.build:gradle:2.3.0'
|
// classpath 'com.android.tools.build:gradle:2.3.0'
|
||||||
classpath 'com.android.tools.build:gradle:2.2.2'
|
classpath 'com.android.tools.build:gradle:2.2.2'
|
||||||
// classpath 'com.novoda:bintray-release:0.5.0'
|
classpath 'com.novoda:bintray-release:0.5.0'
|
||||||
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
|
// classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
|
||||||
// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
|
// classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
@ -37,8 +37,8 @@ task clean(type: Delete) {
|
|||||||
ext {
|
ext {
|
||||||
userOrg = 'arialyy'
|
userOrg = 'arialyy'
|
||||||
groupId = 'com.arialyy.aria'
|
groupId = 'com.arialyy.aria'
|
||||||
// publishVersion = '0.0.6'
|
// publishVersion = '0.0.8'
|
||||||
publishVersion = '3.1.9'
|
publishVersion = '3.2.0'
|
||||||
repoName='maven'
|
repoName='maven'
|
||||||
desc = 'android 下载框架'
|
desc = 'android 下载框架'
|
||||||
website = 'https://github.com/AriaLyy/Aria'
|
website = 'https://github.com/AriaLyy/Aria'
|
||||||
|
Reference in New Issue
Block a user