We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f077772 commit 5e5c522Copy full SHA for 5e5c522
simplecropview/build.gradle
@@ -7,8 +7,8 @@ android {
7
defaultConfig {
8
minSdkVersion 10
9
targetSdkVersion 23
10
- versionCode 18
11
- versionName "1.1.0"
+ versionCode 19
+ versionName "1.1.1"
12
}
13
buildTypes {
14
release {
@@ -25,7 +25,7 @@ apply plugin: 'com.github.dcendents.android-maven'
25
apply plugin: 'com.jfrog.bintray'
26
27
group = 'com.isseiaoki'
28
-version = '1.1.0'
+version = '1.1.1'
29
def siteUrl = 'https://github.com/IsseiAoki/SimpleCropView'
30
def gitUrl = 'https://github.com/IsseiAoki/SimpleCropView.git'
31
Properties properties = new Properties()
0 commit comments