Skip to content

Commit 7bb2156

Browse files
committed
Updated versionCode and versionName
1 parent aec41e1 commit 7bb2156

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Change Log
22
=========
3+
## Version 1.0.16
4+
* Fixed bug x + width must be <= bitmap.width() (#40)
5+
36
## Version 1.0.15
47
* Added code for preventing java.lang.IllegalArgumentException: bug x + width must be <= bitmap.width()(#40)
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repositories {
3838
jcenter()
3939
}
4040
dependencies {
41-
compile 'com.isseiaoki:simplecropview:1.0.15'
41+
compile 'com.isseiaoki:simplecropview:1.0.16'
4242
}
4343
```
4444

simplecropview/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 9
99
targetSdkVersion 22
10-
versionCode 16
11-
versionName "1.0.15"
10+
versionCode 17
11+
versionName "1.0.16"
1212
}
1313
buildTypes {
1414
release {
@@ -22,7 +22,7 @@ apply plugin: 'com.github.dcendents.android-maven'
2222
apply plugin: 'com.jfrog.bintray'
2323

2424
group = 'com.isseiaoki'
25-
version = '1.0.15'
25+
version = '1.0.16'
2626
def siteUrl = 'https://github.com/IsseiAoki/SimpleCropView'
2727
def gitUrl = 'https://github.com/IsseiAoki/SimpleCropView.git'
2828
Properties properties = new Properties()

0 commit comments

Comments
 (0)