From cb73cbb752f775e31e4ac0c3efd160571b3a932c Mon Sep 17 00:00:00 2001 From: Abdullah Alhazmy Date: Sun, 11 Sep 2016 03:38:50 +0300 Subject: [PATCH] use FileProvider to be compatible with android N API 24 --- README.md | 6 +++--- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dbe526c..452eb9f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ # Media Picker ![](https://img.shields.io/badge/Platform-Android-brightgreen.svg) ![](https://img.shields.io/packagist/l/doctrine/orm.svg) -![](https://img.shields.io/badge/version-2.2.2-blue.svg) +![](https://img.shields.io/badge/version-2.2.3-blue.svg) **[Please let me know if your application go to production via this link](https://docs.google.com/forms/d/e/1FAIpQLSe4Y5Fwn1mlEoD4RxjXQzTvL4mofhESuBlTkAPQhI7J_WqMDQ/viewform?c=0&w=1)** ------ @@ -21,7 +21,7 @@ This build `2.x.x` will break backward compatibility and there are a lot of chan net.alhazmy13.MediaPicker libary -2.2.2 +2.2.3 ``` @@ -29,7 +29,7 @@ This build `2.x.x` will break backward compatibility and there are a lot of chan **Gradle** ```gradle dependencies { - compile 'net.alhazmy13.MediaPicker:libary:2.2.2' + compile 'net.alhazmy13.MediaPicker:libary:2.2.3' } ``` diff --git a/gradle.properties b/gradle.properties index 9389039..50a325b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true #Sat Sep 10 13:03:48 EAT 2016 -libVersion=2.2.2 +libVersion=2.2.3 systemProp.http.proxyHost=127.0.0.1 isDubgMode=true org.gradle.jvmargs=-Xmx2048m -XX\:MaxPermSize\=512m -XX\:+HeapDumpOnOutOfMemoryError -Dfile.encoding\=UTF-8