1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-08 00:16:13 +00:00

maven: Update group name and artifact id.

This commit is contained in:
mike wakerly 2014-09-08 11:22:17 -07:00
parent 06582e68ad
commit dbdf95525e

View File

@ -19,7 +19,7 @@ android {
}
}
group = "com.hoho"
group = "com.hoho.android"
version = "0.2.0-SNAPSHOT"
configurations {
@ -66,6 +66,7 @@ uploadArchives {
password: getRepositoryPassword())
}
pom.artifactId = 'usb-serial-for-android'
pom.project {
name 'usb-serial-for-android'
packaging 'aar'