Skip to content

Commit 5e5c522

Browse files
committed
version 1.1.1
1 parent f077772 commit 5e5c522

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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 10
99
targetSdkVersion 23
10-
versionCode 18
11-
versionName "1.1.0"
10+
versionCode 19
11+
versionName "1.1.1"
1212
}
1313
buildTypes {
1414
release {
@@ -25,7 +25,7 @@ apply plugin: 'com.github.dcendents.android-maven'
2525
apply plugin: 'com.jfrog.bintray'
2626

2727
group = 'com.isseiaoki'
28-
version = '1.1.0'
28+
version = '1.1.1'
2929
def siteUrl = 'https://github.com/IsseiAoki/SimpleCropView'
3030
def gitUrl = 'https://github.com/IsseiAoki/SimpleCropView.git'
3131
Properties properties = new Properties()

0 commit comments

Comments
 (0)