Skip to content

Commit fd649d4

Browse files
committed
Add iterableapi-ui artifact for Maven
1 parent f9bb561 commit fd649d4

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

iterableapi-ui/build.gradle

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,31 @@ dependencies {
3535
androidTestImplementation 'androidx.test:rules:1.1.0'
3636

3737
}
38+
39+
ext {
40+
bintrayRepo = 'maven'
41+
bintrayName = 'Iterable-SDK-UI'
42+
43+
publishedGroupId = 'com.iterable'
44+
libraryName = 'iterableapi-ui'
45+
artifact = 'iterableapi-ui'
46+
47+
libraryDescription = 'Iterable Android SDK - UI'
48+
49+
siteUrl = 'https://github.com/Iterable/iterable-android-sdk'
50+
gitUrl = 'https://github.com/Iterable/iterable-android-sdk.git'
51+
52+
libraryVersion = '3.2.0-beta1'
53+
54+
developerId = 'davidtruong'
55+
developerName = 'David Truong'
56+
developerEmail = '[email protected]'
57+
58+
licenseName = 'The Apache Software License, Version 2.0'
59+
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
60+
allLicenses = ["Apache-2.0"]
61+
}
62+
63+
64+
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/installv1.gradle'
65+
apply from: 'https://raw.githubusercontent.com/nuuneoi/JCenter/master/bintrayv1.gradle'

0 commit comments

Comments
 (0)