Update library
This commit is contained in:
parent
96af1a7c1e
commit
946d5d8d29
1 changed files with 6 additions and 6 deletions
|
@ -31,16 +31,16 @@ afterEvaluate {
|
||||||
release(IvyPublication) {
|
release(IvyPublication) {
|
||||||
// Applies the component for the release build variant.
|
// Applies the component for the release build variant.
|
||||||
from components.release
|
from components.release
|
||||||
groupId = 'net.osmand'
|
organisation = 'net.osmand'
|
||||||
artifactId = 'android-aidl-lib'
|
module = 'android-aidl-lib'
|
||||||
version = 'master-snapshot'
|
revision = 'master-snapshot'
|
||||||
}
|
}
|
||||||
debug(IvyPublication) {
|
debug(IvyPublication) {
|
||||||
// Applies the component for the release build variant.
|
// Applies the component for the release build variant.
|
||||||
from components.debug
|
from components.debug
|
||||||
groupId = 'net.osmand'
|
organisation = 'net.osmand'
|
||||||
artifactId = 'android-aidl-lib'
|
module = 'android-aidl-lib'
|
||||||
version = 'master-snapshot'
|
revision = 'master-snapshot'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue