From e533e06bf35bf8630534cb1eda7e360994906ba1 Mon Sep 17 00:00:00 2001 From: Abdullah Alhazmy Date: Sun, 16 Sep 2018 08:56:54 +0300 Subject: [PATCH] * relase 2.4.4 --- README.md | 6 +++--- app/build.gradle | 6 +++--- libary/build.gradle | 5 ++--- rxjava/build.gradle | 23 +++++++++++------------ 4 files changed, 19 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 74cc16f..cf91e47 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Media Picker ![](https://img.shields.io/badge/Platform-Android-brightgreen.svg) ![](https://img.shields.io/hexpm/l/plug.svg) -![](https://img.shields.io/badge/version-2.4.1_beta-blue.svg) +![](https://img.shields.io/badge/version-2.4.4-blue.svg) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ea51407d60d04c938c263de206095abf)](https://www.codacy.com/app/me_101/MediaPicker?utm_source=github.com&utm_medium=referral&utm_content=alhazmy13/MediaPicker&utm_campaign=badger) @@ -25,7 +25,7 @@ This build `2.x.x` will break backward compatibility and there are a lot of chan net.alhazmy13.MediaPicker libary -2.4.1-beta +2.4.4 ``` @@ -34,7 +34,7 @@ This build `2.x.x` will break backward compatibility and there are a lot of chan ```gradle dependencies { - implementation 'net.alhazmy13.MediaPicker:libary:2.4.1-beta' + implementation 'net.alhazmy13.MediaPicker:libary:2.4.4' } ``` diff --git a/app/build.gradle b/app/build.gradle index 82cde8e..bbb593e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,9 +24,9 @@ android { } dependencies { - implementation "com.android.support:appcompat-v7:27.1.1" - implementation "com.android.support:design:27.1.1" - implementation "com.android.support:support-v13:27.1.1" + implementation "com.android.support:appcompat-v7:27.1.0" + implementation "com.android.support:design:27.1.0" + implementation "com.android.support:support-v13:27.1.0" implementation project(':libary') implementation project(':rxjava') implementation 'io.reactivex.rxjava2:rxandroid:2.0.2' diff --git a/libary/build.gradle b/libary/build.gradle index 259c65d..0e31c7a 100644 --- a/libary/build.gradle +++ b/libary/build.gradle @@ -1,6 +1,5 @@ apply plugin: 'com.android.library' apply plugin: 'com.novoda.bintray-release' -//apply from: '../deps.gradle' //./gradlew bintrayUpload publish { @@ -8,7 +7,7 @@ publish { groupId = 'net.alhazmy13.MediaPicker' artifactId = 'libary' uploadName = 'MediaPicker' - publishVersion = '2.4.2-beta' + publishVersion = '2.4.4' desc = 'MediaPicker' dryRun = false website = 'https://github.com/alhzmy13/MediaPicker' @@ -40,5 +39,5 @@ android { dependencies { - implementation 'com.android.support:appcompat-v7:27.1.1' + implementation 'com.android.support:appcompat-v7:27.1.0' } diff --git a/rxjava/build.gradle b/rxjava/build.gradle index 11f03e3..09c9363 100644 --- a/rxjava/build.gradle +++ b/rxjava/build.gradle @@ -1,19 +1,18 @@ apply plugin: 'com.android.library' -//apply from: '../deps.gradle' -apply plugin: 'com.novoda.bintray-release' +//apply plugin: 'com.novoda.bintray-release' //./gradlew bintrayUpload -publish { - userOrg = 'alhazmy13' - groupId = 'net.alhazmy13.MediaPicker' - artifactId = 'rxjava' - uploadName = 'MediaPickerRx' - publishVersion = '2.4.2-beta' - desc = 'MediaPickerRx' - dryRun = false - website = 'https://github.com/alhzmy13/MediaPicker' -} +//publish { +// userOrg = 'alhazmy13' +// groupId = 'net.alhazmy13.MediaPicker' +// artifactId = 'rxjava' +// uploadName = 'MediaPickerRx' +// publishVersion = '2.4.4' +// desc = 'MediaPickerRx' +// dryRun = false +// website = 'https://github.com/alhzmy13/MediaPicker' +//} android { compileSdkVersion 27