build
This commit is contained in:
@ -23,8 +23,8 @@ dependencies {
|
||||
compile fileTree(include: ['*.jar'], dir: 'libs')
|
||||
testCompile 'junit:junit:4.12'
|
||||
compile 'com.android.support:appcompat-v7:23.1.1'
|
||||
compile project(':AriaCompiler')
|
||||
// compile project(':AriaAnnotations')
|
||||
compile project(':AriaCompiler')
|
||||
// compile project(':AriaAnnotations')
|
||||
}
|
||||
//apply from: 'jcenter.gradle'
|
||||
|
||||
@ -56,12 +56,11 @@ dependencies {
|
||||
// }
|
||||
//}
|
||||
|
||||
|
||||
publish {
|
||||
artifactId = 'aria-core'
|
||||
userOrg = rootProject.userOrg
|
||||
groupId = rootProject.groupId
|
||||
// uploadName = rootProject.uploadName
|
||||
// uploadName = rootProject.uploadName
|
||||
uploadName = 'AriaApi'
|
||||
publishVersion = rootProject.publishVersion
|
||||
description = rootProject.description
|
||||
|
@ -27,8 +27,8 @@ Aria怎样使用?
|
||||
[](https://bintray.com/arialyy/maven/AriaApi/_latestVersion)
|
||||
[](https://bintray.com/arialyy/maven/AriaCompiler/_latestVersion)
|
||||
```java
|
||||
compile 'com.arialyy.aria:Aria:3.1.7'
|
||||
annotationProcessor 'com.arialyy.aria:aria-compiler:3.1.7'
|
||||
compile 'com.arialyy.aria:Aria:3.1.8'
|
||||
annotationProcessor 'com.arialyy.aria:aria-compiler:3.1.8'
|
||||
```
|
||||
|
||||
## 示例
|
||||
|
@ -42,7 +42,7 @@ dependencies {
|
||||
compile 'com.squareup.okhttp3:okhttp:3.2.0'
|
||||
compile 'com.arialyy.frame:MVVM2:2.2.0'
|
||||
compile project(':Aria')
|
||||
// compile 'com.arialyy.aria:aria-core:3.1.7'
|
||||
// annotationProcessor 'com.arialyy.aria:aria-compiler:3.1.7'
|
||||
// compile 'com.arialyy.aria:aria-core:3.1.8'
|
||||
// annotationProcessor 'com.arialyy.aria:aria-compiler:3.1.8'
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user