Skip to content

Commit

Permalink
Add missing Group and Version for Bintray Publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Sep 1, 2019
1 parent 1b2e51f commit c06f16b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions callbacks/maoni-doorbell/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ apply plugin: 'com.github.dcendents.android-maven'
final VERSION_NAME = maoni_version
final VERSION_CODE = VERSION_NAME.replace('.', '').toInteger()

group = maoni_group
version = VERSION_NAME

android {
compileSdkVersion 28

Expand Down
3 changes: 3 additions & 0 deletions callbacks/maoni-email/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ apply plugin: 'com.github.dcendents.android-maven'
final VERSION_NAME = maoni_version
final VERSION_CODE = VERSION_NAME.replace('.', '').toInteger()

group = maoni_group
version = VERSION_NAME

android {
compileSdkVersion 28

Expand Down
3 changes: 3 additions & 0 deletions callbacks/maoni-github/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ apply plugin: 'com.github.dcendents.android-maven'
final VERSION_NAME = maoni_version
final VERSION_CODE = VERSION_NAME.replace('.', '').toInteger()

group = maoni_group
version = VERSION_NAME

android {
compileSdkVersion 28

Expand Down
3 changes: 3 additions & 0 deletions callbacks/maoni-jira/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ apply plugin: 'com.github.dcendents.android-maven'
final VERSION_NAME = maoni_version
final VERSION_CODE = VERSION_NAME.replace('.', '').toInteger()

group = maoni_group
version = VERSION_NAME

android {
compileSdkVersion 28

Expand Down
3 changes: 3 additions & 0 deletions callbacks/maoni-slack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ apply plugin: 'com.github.dcendents.android-maven'
final VERSION_NAME = maoni_version
final VERSION_CODE = VERSION_NAME.replace('.', '').toInteger()

group = maoni_group
version = VERSION_NAME

android {
compileSdkVersion 28

Expand Down
3 changes: 3 additions & 0 deletions maoni-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ apply plugin: 'com.github.dcendents.android-maven'
final VERSION_NAME = maoni_version
final VERSION_CODE = VERSION_NAME.replace('.', '').toInteger()

group = maoni_group
version = VERSION_NAME

android {
compileSdkVersion 28

Expand Down

0 comments on commit c06f16b

Please sign in to comment.