We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91af07 commit 527717bCopy full SHA for 527717b
1 file changed
indicator-fast-scroll/build.gradle
@@ -1,5 +1,15 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'kotlin-android'
3
+apply plugin: 'com.novoda.bintray-release'
4
+
5
+buildscript {
6
+ repositories {
7
+ jcenter()
8
+ }
9
+ dependencies {
10
+ classpath 'com.novoda:bintray-release:0.9.1'
11
12
+}
13
14
def libraryVersionName = '1.1.0'
15
@@ -24,6 +34,18 @@ android {
24
34
}
25
35
26
36
37
+publish {
38
+ userOrg = 'reddit'
39
+ groupId = 'com.reddit'
40
+ repoName = 'IndicatorFastScroll'
41
+ artifactId = 'indicator-fast-scroll'
42
+ publishVersion = libraryVersionName
43
+ desc = ''
44
+ website = ''
45
+ autoPublish = false
46
+ dryRun = false
47
48
27
49
dependencies {
28
50
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
29
51
0 commit comments