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) {
|
||||
// Applies the component for the release build variant.
|
||||
from components.release
|
||||
groupId = 'net.osmand'
|
||||
artifactId = 'android-aidl-lib'
|
||||
version = 'master-snapshot'
|
||||
organisation = 'net.osmand'
|
||||
module = 'android-aidl-lib'
|
||||
revision = 'master-snapshot'
|
||||
}
|
||||
debug(IvyPublication) {
|
||||
// Applies the component for the release build variant.
|
||||
from components.debug
|
||||
groupId = 'net.osmand'
|
||||
artifactId = 'android-aidl-lib'
|
||||
version = 'master-snapshot'
|
||||
organisation = 'net.osmand'
|
||||
module = 'android-aidl-lib'
|
||||
revision = 'master-snapshot'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue