File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,31 @@ dependencies {
35
35
androidTestImplementation ' androidx.test:rules:1.1.0'
36
36
37
37
}
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'
You can’t perform that action at this time.
0 commit comments