File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
=========
3
+ ## Version 1.0.16
4
+ * Fixed bug x + width must be <= bitmap.width() (#40 )
5
+
3
6
## Version 1.0.15
4
7
* Added code for preventing java.lang.IllegalArgumentException: bug x + width must be <= bitmap.width()(#40 )
5
8
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ repositories {
38
38
jcenter()
39
39
}
40
40
dependencies {
41
- compile 'com.isseiaoki:simplecropview:1.0.15 '
41
+ compile 'com.isseiaoki:simplecropview:1.0.16 '
42
42
}
43
43
```
44
44
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ android {
7
7
defaultConfig {
8
8
minSdkVersion 9
9
9
targetSdkVersion 22
10
- versionCode 16
11
- versionName " 1.0.15 "
10
+ versionCode 17
11
+ versionName " 1.0.16 "
12
12
}
13
13
buildTypes {
14
14
release {
@@ -22,7 +22,7 @@ apply plugin: 'com.github.dcendents.android-maven'
22
22
apply plugin : ' com.jfrog.bintray'
23
23
24
24
group = ' com.isseiaoki'
25
- version = ' 1.0.15 '
25
+ version = ' 1.0.16 '
26
26
def siteUrl = ' https://github.com/IsseiAoki/SimpleCropView'
27
27
def gitUrl = ' https://github.com/IsseiAoki/SimpleCropView.git'
28
28
Properties properties = new Properties ()
You can’t perform that action at this time.
0 commit comments