Update license in gradle file
This commit is contained in:
parent
00ff27d868
commit
bc6599e7f5
|
|
@ -40,7 +40,7 @@ publish {
|
|||
publishVersion = gitTag
|
||||
description = 'An extendable Android file/directory-picker you can include in your app'
|
||||
website = 'https://github.com/spacecowboy/NoNonsense-FilePicker'
|
||||
licences = ['LGPL-3.0']
|
||||
licences = ['MPL-2.0']
|
||||
uploadName = 'com.nononsenseapps:filepicker'
|
||||
bintrayUser = project.hasProperty("BINTRAY_USER")? BINTRAY_USER: "Dummy"
|
||||
bintrayKey = project.hasProperty("BINTRAY_KEY") ? BINTRAY_KEY: "Dummy"
|
||||
|
|
|
|||
Loading…
Reference in New Issue