Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Commit

Permalink
* relase 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alhazmy13 committed Sep 16, 2018
1 parent 87d09d2 commit e533e06
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 21 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand All @@ -25,7 +25,7 @@ This build `2.x.x` will break backward compatibility and there are a lot of chan
<dependency>
<groupId>net.alhazmy13.MediaPicker</groupId>
<artifactId>libary</artifactId>
<version>2.4.1-beta</version>
<version>2.4.4</version>
</dependency>
```

Expand All @@ -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'
}
```

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
5 changes: 2 additions & 3 deletions libary/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'
//apply from: '../deps.gradle'

//./gradlew bintrayUpload
publish {
userOrg = 'alhazmy13'
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'
Expand Down Expand Up @@ -40,5 +39,5 @@ android {


dependencies {
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:appcompat-v7:27.1.0'
}
23 changes: 11 additions & 12 deletions rxjava/build.gradle
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e533e06

Please sign in to comment.