Move library author info to libaums repo
This commit is contained in:
parent
b9b2c3daf7
commit
14308d24c5
2 changed files with 1 additions and 27 deletions
26
build.gradle
26
build.gradle
|
@ -31,29 +31,3 @@ allprojects {
|
||||||
task clean(type: Delete) {
|
task clean(type: Delete) {
|
||||||
delete rootProject.buildDir
|
delete rootProject.buildDir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// For libaums
|
|
||||||
ext {
|
|
||||||
bintrayRepo = 'maven'
|
|
||||||
|
|
||||||
publishedGroupId = 'com.github.mjdev'
|
|
||||||
libraryName = 'libaums'
|
|
||||||
|
|
||||||
// artifact comes from module as well as libraryVersion
|
|
||||||
//artifact = 'libaums'
|
|
||||||
|
|
||||||
libraryDescription = 'Android USB mass storage library with FAT32 support.'
|
|
||||||
|
|
||||||
siteUrl = 'https://github.com/mjdev/libaums'
|
|
||||||
gitUrl = 'https://github.com/mjdev/libaums.git'
|
|
||||||
|
|
||||||
|
|
||||||
developerId = 'mjdev'
|
|
||||||
developerName = 'mjahnen'
|
|
||||||
developerEmail = 'jahnen@in.tum.de'
|
|
||||||
|
|
||||||
licenseName = 'The Apache Software License, Version 2.0'
|
|
||||||
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
|
|
||||||
allLicenses = ["Apache-2.0"]
|
|
||||||
}
|
|
2
libaums
2
libaums
|
@ -1 +1 @@
|
||||||
Subproject commit 310bc4680581c845ab2f30474eee02b7b238669f
|
Subproject commit 439e123365b5738188e2302e48e75544bd2a39c1
|
Loading…
Reference in a new issue