Skip to content

Commit

Permalink
version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
igreenwood committed Apr 30, 2016
1 parent 7d076d9 commit 78dbcb1
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 20
versionName "1.1.2"
versionCode 21
versionName "1.1.3"
}
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.2'
version = '1.1.3'
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 78dbcb1

Please sign in to comment.