Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hpfs0 committed Jan 14, 2016
1 parent b46a6f4 commit 46cdb97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ The latest version can be downloaded as a zip and referenced by your application
- [x] make the circle window move and drag on imageview.
- [x] fix move the circle window right edge bug.
- [x] impprove performence when the circle window move and drag.
- [ ] crop the circle window from imageview.
- [x] crop the circle window from imageview.
- [ ] cropped image can be saved.
- [x] add custom properties of guideline.(et. on/off、size、color).
- [x] add custom properties of border.(et. size、color).

Expand Down
6 changes: 3 additions & 3 deletions dragscalecircleview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

version = "1.0.0"
version = "1.0.1"

android {
compileSdkVersion 23
Expand All @@ -11,8 +11,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 46cdb97

Please sign in to comment.