We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9553703 commit d0572c3Copy full SHA for d0572c3
scanner/build.gradle
@@ -45,8 +45,8 @@ dependencies {
45
// when the module is loaded to a different project.
46
if (rootProject.file('gradle/publish-module.gradle').exists()) {
47
ext {
48
- POM_ARTIFACT_ID = 'ble'
49
- POM_NAME = 'Bluetooth Low Energy library for Android'
+ POM_ARTIFACT_ID = 'scanner'
+ POM_NAME = 'Android Bluetooth LE Scanner Compat library'
50
POM_PACKAGING = 'aar'
51
}
52
apply from: rootProject.file('gradle/publish-module.gradle')
0 commit comments