File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ apply plugin: 'kotlin-android'
4
4
5
5
apply plugin : ' kotlin-android-extensions'
6
6
7
+ apply plugin : ' com.novoda.bintray-release'
8
+
7
9
android {
8
10
compileSdkVersion 28
9
11
defaultConfig {
@@ -16,6 +18,10 @@ android {
16
18
proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
17
19
}
18
20
}
21
+ lintOptions {
22
+ abortOnError false
23
+ }
24
+
19
25
}
20
26
21
27
dependencies {
@@ -24,3 +30,13 @@ dependencies {
24
30
implementation ' com.google.android.material:material:1.0.0'
25
31
implementation ' com.github.bufferapp:CounterView:115e659a89'
26
32
}
33
+
34
+ publish {
35
+ repoName = ' Maven'
36
+ userOrg = ' buffer'
37
+ groupId = ' org.buffer.android'
38
+ artifactId = ' android-components'
39
+ publishVersion = ' 0.2'
40
+ desc = ' An Android library for frequently used UI components'
41
+ website = ' https://github.com/bufferapp/android-components'
42
+ }
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ buildscript {
12
12
dependencies {
13
13
classpath ' com.android.tools.build:gradle:3.2.0'
14
14
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
15
+ classpath ' com.novoda:bintray-release:0.9.1'
15
16
16
17
// NOTE: Do not place your application dependencies here; they belong
17
18
// in the individual module build.gradle files
You can’t perform that action at this time.
0 commit comments