mirror of
https://github.com/etlegacy/JoyStick.git
synced 2024-11-10 06:42:15 +00:00
v1.1
This commit is contained in:
parent
e87104caea
commit
83416fcb08
1 changed files with 3 additions and 3 deletions
|
@ -8,8 +8,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 11
|
minSdkVersion 11
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 1
|
versionCode 2
|
||||||
versionName "1.0"
|
versionName "1.1"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
release {
|
release {
|
||||||
|
@ -32,7 +32,7 @@ publish {
|
||||||
userOrg = 'erz05'
|
userOrg = 'erz05'
|
||||||
groupId = 'com.github.erz05'
|
groupId = 'com.github.erz05'
|
||||||
artifactId = 'JoyStick'
|
artifactId = 'JoyStick'
|
||||||
version = '1.0.3'
|
version = '1.1.0'
|
||||||
description = 'Android Library for JoyStick View'
|
description = 'Android Library for JoyStick View'
|
||||||
website = 'https://github.com/erz05/JoyStick'
|
website = 'https://github.com/erz05/JoyStick'
|
||||||
}
|
}
|
Loading…
Reference in a new issue