diff options
Diffstat (limited to '')
-rw-r--r-- | libs/android-transcoder/build.gradle | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/libs/android-transcoder/build.gradle b/libs/android-transcoder/build.gradle index 7f562554c..2ae38852e 100644 --- a/libs/android-transcoder/build.gradle +++ b/libs/android-transcoder/build.gradle @@ -2,17 +2,13 @@ buildscript { repositories { jcenter() } - dependencies { - classpath 'com.novoda:bintray-release:0.2.4' - } } apply plugin: 'com.android.library' -apply plugin: 'bintray-release' android { compileSdkVersion 26 - buildToolsVersion '26.0.1' + buildToolsVersion '26.0.2' defaultConfig { minSdkVersion 18 @@ -22,19 +18,9 @@ android { buildTypes { release { zipAlignEnabled true - minifyEnabled false + minifyEnabled true shrinkResources false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' } } -} - -publish { - groupId = 'net.ypresto.androidtranscoder' - artifactId = 'android-transcoder' - version = '0.2.0' - licences = ['Apache-2.0'] - website = 'https://github.com/ypresto/android-transcoder' - autoPublish = false - dryRun = false -} +}
\ No newline at end of file |