Skip to content

Commit

Permalink
finish v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KingJA committed Oct 21, 2017
1 parent 7750cd1 commit 83e8fba
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ LoadSir的使用,只需要简单的三步
### 添加依赖

```groovy
compile 'com.kingja.loadsir:loadsir:1.3.0'
compile 'com.kingja.loadsir:loadsir:1.3.2'
```

### 第一步:配置
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ LoadSir only needs 3 steps: **1. Config** -> **2. Register** -> **3. Display**
### Download

```groovy
compile 'com.kingja.loadsir:loadsir:1.3.0'
compile 'com.kingja.loadsir:loadsir:1.3.2'
```

### Step 1: Config
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
})
testCompile 'junit:junit:4.12'
compile project(':loadsir')
// compile 'com.kingja.loadsir:loadsir:1.2.2'
// compile 'com.kingja.loadsir:loadsir:1.3.2'
debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.4'
releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.4'
/*ButterKnife*/
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.novoda:bintray-release:0.3.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
9 changes: 0 additions & 9 deletions loadsir/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'

android {
compileSdkVersion rootProject.ext.compileSdkVersion
Expand All @@ -22,12 +21,4 @@ dependencies {
compile "com.android.support:appcompat-v7:$rootProject.ext.supportVersion"
}

publish {
artifactId = 'loadsir'
userOrg = 'kingja'
groupId = 'com.kingja.loadsir'
publishVersion = '1.3.2'
desc = 'Android library to show most common state templates like loading, empty, error etc.'
website = 'https://github.com/KingJA/LoadSir'
}

0 comments on commit 83e8fba

Please sign in to comment.