Skip to content

Commit

Permalink
gradle: update the artifact name to 'xbee-android-library'
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Escalona <[email protected]>
  • Loading branch information
diescalo committed Jul 12, 2019
1 parent cf833ce commit ae0bd98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xbee_android_library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

// Global library settings (used by all Gradle scripts)
version = "1.0.0"
archivesBaseName = 'xbee-android-lib'
archivesBaseName = 'xbee-android-library'

android {
compileSdkVersion 28
Expand Down
2 changes: 1 addition & 1 deletion xbee_android_library/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ext {

publishedGroupId = 'com.digi.xbee'
libraryName = 'xbee-android'
artifact = 'xbee-android-lib'
artifact = 'xbee-android-library'

libraryVersion = project.version

Expand Down

0 comments on commit ae0bd98

Please sign in to comment.