|
|
@ -23,8 +23,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: 'jcenter.gradle' |
|
|
|
//apply from: 'jcenter.gradle' |
|
|
|
|
|
|
|
|
|
|
@ -61,7 +61,8 @@ publish { |
|
|
|
artifactId = 'aria-core' |
|
|
|
artifactId = 'aria-core' |
|
|
|
userOrg = rootProject.userOrg |
|
|
|
userOrg = rootProject.userOrg |
|
|
|
groupId = rootProject.groupId |
|
|
|
groupId = rootProject.groupId |
|
|
|
uploadName = rootProject.uploadName |
|
|
|
// uploadName = rootProject.uploadName |
|
|
|
|
|
|
|
uploadName = 'AriaApi' |
|
|
|
publishVersion = rootProject.publishVersion |
|
|
|
publishVersion = rootProject.publishVersion |
|
|
|
description = rootProject.description |
|
|
|
description = rootProject.description |
|
|
|
website = rootProject.website |
|
|
|
website = rootProject.website |
|
|
|