Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igreenwood committed Apr 12, 2016
1 parent 96b6d6f commit 6e12293
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 17
versionName "1.0.16"
versionCode 18
versionName "1.1.0"
}
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.0.16'
version = '1.1.0'
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 6e12293

Please sign in to comment.