Update library

This commit is contained in:
Victor Shcherb 2021-01-15 14:08:03 +01:00
parent 96af1a7c1e
commit 946d5d8d29

View file

@ -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'
} }
} }
} }