Skip to content

Commit

Permalink
bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Lee committed Dec 1, 2014
1 parent 6ede074 commit 5488742
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and CleanMaster

```groovy
dependencies {
compile 'com.github.lzyzsd:circleprogress:1.0.0@aar'
compile 'com.github.lzyzsd:circleprogress:1.0.1@aar'
}
```

Expand All @@ -31,7 +31,7 @@ dependencies {
<dependency>
<groupId>com.github.lzyzsd</groupId>
<artifactId>circleprogress</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<type>apklib</type>
</dependency>
```
Expand Down
13 changes: 6 additions & 7 deletions example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 20
buildToolsVersion "20.0.0"
compileSdkVersion 21
buildToolsVersion "21.1.1"

defaultConfig {
minSdkVersion 10
targetSdkVersion 20
versionCode 1
versionName "1.0"
targetSdkVersion 21
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
Expand All @@ -20,6 +20,5 @@ android {

dependencies {
compile project(':library')
compile 'com.android.support:appcompat-v7:20.0.0'
compile 'com.daimajia.numberprogressbar:library:1.2@aar'
compile 'com.android.support:appcompat-v7:21.0.2'
}
10 changes: 5 additions & 5 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 20
buildToolsVersion "20.0.0"
compileSdkVersion 21
buildToolsVersion "21.1.1"

defaultConfig {
minSdkVersion 10
targetSdkVersion 20
versionCode 1
versionName "1.0.0"
targetSdkVersion 21
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 5488742

Please sign in to comment.