Skip to content

Commit

Permalink
Moved pom generation
Browse files Browse the repository at this point in the history
  • Loading branch information
markusgursch-aaa committed Jun 14, 2019
1 parent 4e2adcb commit fed6b0d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions inappupdater/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {


group = 'at.allaboutapps.inappupdater'
version = '1.0.3'
version = '1.0.4'

apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
Expand Down Expand Up @@ -67,8 +67,6 @@ publishing {
publications {
mavenAar(MavenPublication) {
from components.android
}
mavenJava(MavenPublication) {
pom {
name = 'InAppUpdater'
description = 'Android library to simplify In App Update process'
Expand All @@ -87,7 +85,6 @@ publishing {
}
}
}

}
}
}
Expand Down

0 comments on commit fed6b0d

Please sign in to comment.