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 beeb5c4 commit 373ae50Copy full SHA for 373ae50
lib/build.gradle
@@ -1,4 +1,14 @@
1
+buildscript {
2
+ repositories {
3
+ jcenter()
4
+ }
5
+ dependencies {
6
+ classpath 'com.novoda:android-bintray-release:0.2.3'
7
8
+}
9
+
10
apply plugin: 'com.android.library'
11
+apply plugin: 'android-bintray-release'
12
13
android {
14
compileSdkVersion 19
@@ -19,6 +29,15 @@ android {
19
29
}
20
30
21
31
32
+publish {
33
+ groupId = 'net.ypresto.androidtranscoder'
34
+ artifactId = 'android-transcoder'
35
+ version = '0.1.3'
36
+ licences = ['Apache-2.0']
37
+ website = 'https://github.com/ypresto/android-transcoder'
38
+ autoPublish = false
39
40
22
41
dependencies {
23
42
compile fileTree(dir: 'libs', include: ['*.jar'])
24
43
0 commit comments