This commit is contained in:
AriaLyy
2017-06-05 21:17:22 +08:00
parent 0d59c7b421
commit 07b3954585
2 changed files with 4 additions and 4 deletions

View File

@ -7,8 +7,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 9 minSdkVersion 9
targetSdkVersion 23 targetSdkVersion 23
versionCode 314 versionCode 315
versionName "3.1.4" versionName "3.1.5"
} }
buildTypes { buildTypes {
release { release {
@ -23,4 +23,4 @@ dependencies {
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'
} }
//apply from: 'jcenter.gradle' apply from: 'jcenter.gradle'

View File

@ -25,7 +25,7 @@ Aria怎样使用
## 下载 ## 下载
[![Download](https://api.bintray.com/packages/arialyy/maven/Aria/images/download.svg)](https://bintray.com/arialyy/maven/Aria/_latestVersion)</br> [![Download](https://api.bintray.com/packages/arialyy/maven/Aria/images/download.svg)](https://bintray.com/arialyy/maven/Aria/_latestVersion)</br>
```java ```java
compile 'com.arialyy.aria:Aria:3.1.4' compile 'com.arialyy.aria:Aria:3.1.5'
``` ```
## 示例 ## 示例