Skip to content

Commit

Permalink
1.1 release, progress text can be set invisibile
Browse files Browse the repository at this point in the history
  • Loading branch information
daimajia committed May 9, 2014
1 parent a848de9 commit 78f2dba
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 89 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ I decided to do this because I was really tired of android original progress bar

And also you can contribute more color style, or new idea to me.

----
---

###Demo

![NumberProgressBar](http://ww3.sinaimg.cn/mw690/610dc034jw1efyrd8n7i7g20cz02mq5f.gif)

you can also set the progress text invisible (It's also very beautiful~ :-D ).

[Download Demo](https://github.com/daimajia/NumberProgressBar/releases/download/v1.0/NumberProgressBar-Demo-v1.0.apk)

Expand All @@ -24,7 +24,7 @@ Add the following config in your `build.gradle`:

```groovy
dependencies {
compile 'com.daimajia.numberprogressbar:library:1.0@aar'
compile 'com.daimajia.numberprogressbar:library:1.1@aar'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.0
VERSION_CODE=1
VERSION_NAME=1.1
VERSION_CODE=2
GROUP=com.daimajia

POM_DESCRIPTION=A more beautiful progressbar in Android
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 19
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
}
buildTypes {
release {
Expand Down
82 changes: 0 additions & 82 deletions maven-push.gradle

This file was deleted.

0 comments on commit 78f2dba

Please sign in to comment.