Skip to content

Commit d0572c3

Browse files
committed
Fixed artifact name and description
1 parent 9553703 commit d0572c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scanner/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ dependencies {
4545
// when the module is loaded to a different project.
4646
if (rootProject.file('gradle/publish-module.gradle').exists()) {
4747
ext {
48-
POM_ARTIFACT_ID = 'ble'
49-
POM_NAME = 'Bluetooth Low Energy library for Android'
48+
POM_ARTIFACT_ID = 'scanner'
49+
POM_NAME = 'Android Bluetooth LE Scanner Compat library'
5050
POM_PACKAGING = 'aar'
5151
}
5252
apply from: rootProject.file('gradle/publish-module.gradle')

0 commit comments

Comments
 (0)