Skip to content

Commit 6e12293

Browse files
committed
version 1.1.0
1 parent 96b6d6f commit 6e12293

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 17
11-
versionName "1.0.16"
10+
versionCode 18
11+
versionName "1.1.0"
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.0.16'
28+
version = '1.1.0'
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)