Update build.gradle
This commit is contained in:
parent
cdaf54c138
commit
01fae3a6f5
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
apply plugin: 'com.android.library'
|
apply plugin: 'com.android.library'
|
||||||
|
apply plugin: 'ivy-publish'
|
||||||
apply plugin: 'com.github.dcendents.android-maven'
|
apply plugin: 'com.github.dcendents.android-maven'
|
||||||
|
|
||||||
group = 'com.github.osmandapp.osmand'
|
group = 'com.github.osmandapp.osmand'
|
||||||
|
@ -38,4 +39,4 @@ task sourcesJar(type: Jar) {
|
||||||
|
|
||||||
artifacts {
|
artifacts {
|
||||||
archives sourcesJar
|
archives sourcesJar
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue