This commit is contained in:
edgar 2017-01-22 14:05:56 -08:00
parent e87104caea
commit 83416fcb08
1 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 11
targetSdkVersion 25
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
}
buildTypes {
release {
@ -32,7 +32,7 @@ publish {
userOrg = 'erz05'
groupId = 'com.github.erz05'
artifactId = 'JoyStick'
version = '1.0.3'
version = '1.1.0'
description = 'Android Library for JoyStick View'
website = 'https://github.com/erz05/JoyStick'
}