Skip to content
This repository was archived by the owner on Jul 23, 2022. It is now read-only.

Commit 322a70b

Browse files
committed
createPom use variables
instead of constant strings
1 parent e44ec6b commit 322a70b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ dependencies {
6464
task createPom {
6565
pom {
6666
project {
67-
groupId 'com.obsez.android.lib.filechooser'
67+
groupId GROUP
6868
artifactId 'android-file-chooser'
6969
version VERSION_NAME
7070

7171
inceptionYear '2015'
7272
licenses {
7373
license {
74-
name 'The Apache Software License, Version 2.0'
75-
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
76-
distribution 'repo'
74+
name POM_LICENCE_NAME
75+
url POM_LICENCE_URL
76+
distribution POM_LICENCE_DIST
7777
}
7878
}
7979
}

0 commit comments

Comments
 (0)