From 14308d24c586f40675fa8dafda34d42b11415e5e Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Thu, 16 Aug 2018 02:21:09 +0200 Subject: [PATCH] Move library author info to libaums repo --- build.gradle | 26 -------------------------- libaums | 2 +- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/build.gradle b/build.gradle index 3bdf89f..23c11fb 100644 --- a/build.gradle +++ b/build.gradle @@ -30,30 +30,4 @@ allprojects { task clean(type: Delete) { 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"] } \ No newline at end of file diff --git a/libaums b/libaums index 310bc46..439e123 160000 --- a/libaums +++ b/libaums @@ -1 +1 @@ -Subproject commit 310bc4680581c845ab2f30474eee02b7b238669f +Subproject commit 439e123365b5738188e2302e48e75544bd2a39c1