Skip to content

Commit

Permalink
version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
igreenwood committed Apr 26, 2016
1 parent 05bfb7d commit d8f26bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simplecropview/build.gradle
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 10
targetSdkVersion 23
versionCode 19
versionName "1.1.1"
versionCode 20
versionName "1.1.2"
}
buildTypes {
release {
Expand All @@ -25,7 +25,7 @@ apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

group = 'com.isseiaoki'
version = '1.1.1'
version = '1.1.2'
def siteUrl = 'https://github.com/IsseiAoki/SimpleCropView'
def gitUrl = 'https://github.com/IsseiAoki/SimpleCropView.git'
Properties properties = new Properties()
Expand Down

0 comments on commit d8f26bc

Please sign in to comment.