diff options
author | Christian Schneppe <christian@pix-art.de> | 2018-01-19 23:13:04 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2018-01-19 23:13:04 +0100 |
commit | 482ea42cd40bd3ad2110c07de8f519d73b1ae1f1 (patch) | |
tree | 32fafd01d79c185cecbf629e3128ecfd27bc6448 /libs/android-transcoder | |
parent | 8793b454e54fb83e1b7e83e59fda108592ffbf28 (diff) |
Gradle Update to 3.0.1 with aapt
Diffstat (limited to 'libs/android-transcoder')
-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 |