From f0ed1180ece4eb3ef88312ddd4a95b52d89598c7 Mon Sep 17 00:00:00 2001
From: AriaLyy <511455842@qq.com>
Date: Tue, 13 Jun 2017 18:00:31 +0800
Subject: [PATCH] build

---
 Aria/build.gradle | 7 +++----
 README.md         | 4 ++--
 app/build.gradle  | 4 ++--
 3 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/Aria/build.gradle b/Aria/build.gradle
index 8d8d5635..39f2e4fe 100644
--- a/Aria/build.gradle
+++ b/Aria/build.gradle
@@ -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
diff --git a/README.md b/README.md
index acba4412..46e552f1 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,8 @@ Aria怎样使用?
 [![Download](https://api.bintray.com/packages/arialyy/maven/AriaApi/images/download.svg)](https://bintray.com/arialyy/maven/AriaApi/_latestVersion)
 [![Download](https://api.bintray.com/packages/arialyy/maven/AriaCompiler/images/download.svg)](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'
 ```
 
 ## 示例
diff --git a/app/build.gradle b/app/build.gradle
index 4d0e6f30..247814e2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -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'
 
 }