mirror of
https://github.com/etlegacy/JoyStick.git
synced 2024-11-12 23:54:25 +00:00
ready for first release
This commit is contained in:
parent
66126df543
commit
17fba9f141
1 changed files with 16 additions and 4 deletions
|
@ -18,8 +18,20 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
buildscript {
|
||||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
repositories {
|
||||||
testCompile 'junit:junit:4.12'
|
jcenter()
|
||||||
compile 'com.android.support:appcompat-v7:23.1.0'
|
}
|
||||||
|
dependencies {
|
||||||
|
classpath 'com.novoda:bintray-release:0.3.4'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
publish {
|
||||||
|
userOrg = 'erz05'
|
||||||
|
groupId = 'com.github.erz05'
|
||||||
|
artifactId = 'JoyStick'
|
||||||
|
version = '1.0.0'
|
||||||
|
description = 'Android Library for JoyStick View'
|
||||||
|
website = 'https://github.com/erz05/JoyStick'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue