Skip to content

Commit

Permalink
Updated versionCode and versionName
Browse files Browse the repository at this point in the history
  • Loading branch information
igreenwood committed Jan 15, 2016
1 parent aec41e1 commit 7bb2156
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
Change Log
=========
## Version 1.0.16
* Fixed bug x + width must be <= bitmap.width() (#40)

## Version 1.0.15
* Added code for preventing java.lang.IllegalArgumentException: bug x + width must be <= bitmap.width()(#40)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ repositories {
jcenter()
}
dependencies {
compile 'com.isseiaoki:simplecropview:1.0.15'
compile 'com.isseiaoki:simplecropview:1.0.16'
}
```

Expand Down
6 changes: 3 additions & 3 deletions simplecropview/build.gradle
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 22
versionCode 16
versionName "1.0.15"
versionCode 17
versionName "1.0.16"
}
buildTypes {
release {
Expand All @@ -22,7 +22,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

group = 'com.isseiaoki'
version = '1.0.15'
version = '1.0.16'
def siteUrl = 'https://github.com/IsseiAoki/SimpleCropView'
def gitUrl = 'https://github.com/IsseiAoki/SimpleCropView.git'
Properties properties = new Properties()
Expand Down

0 comments on commit 7bb2156

Please sign in to comment.