This repository was archived by the owner on Mar 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Super Lite Android Library to select files/directories from Device Storage.
5
5
[ Angad Singh] ( https://www.github.com/angads25 ) ([ @angads25 ] ( https://www.twitter.com/angads25 ) )
6
6
7
7
### Benchmark:
8
- [ ![ API] ( https://img.shields.io/badge/API-9%2B-brightgreen.svg?style=flat )] ( https://android-arsenal.com/api?level=9 ) <a href =" http://www.methodscount.com/?lib=com.github.angads25%3Afilepicker%3A1.0.9 " ><img src =" https://img.shields.io/badge/Size-36 KB-e91e63.svg " /></a >
8
+ [ ![ API] ( https://img.shields.io/badge/API-9%2B-brightgreen.svg?style=flat )] ( https://android-arsenal.com/api?level=9 ) <a href =" http://www.methodscount.com/?lib=com.github.angads25%3Afilepicker%3A1.1.0 " ><img src =" https://img.shields.io/badge/Methods and size-224 | 38 KB-e91e63.svg " /></a >
9
9
10
10
### Where to Find:
11
11
[ ![ Download] ( https://api.bintray.com/packages/angads25/maven/filepicker/images/download.svg ) ] ( https://bintray.com/angads25/maven/filepicker/_latestVersion ) [ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.github.angads25/filepicker/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.github.angads25/filepicker ) [ ![ Android Arsenal] ( https://img.shields.io/badge/Android%20Arsenal-FilePicker-blue.svg?style=flat )] ( http://android-arsenal.com/details/1/3950 )
@@ -23,7 +23,7 @@ Super Lite Android Library to select files/directories from Device Storage.
23
23
24
24
* Library is also Available in MavenCentral, So just put this in your app dependencies to use it:
25
25
``` gradle
26
- compile 'com.github.angads25:filepicker:1.0.9 '
26
+ compile 'com.github.angads25:filepicker:1.1.0 '
27
27
```
28
28
29
29
### Usage
Original file line number Diff line number Diff line change 1
1
<resources >
2
- <!-- Base application theme. -->
3
2
<style name =" AppTheme" parent =" Theme.AppCompat.Light.DarkActionBar" >
4
3
<!-- Customize your theme here. -->
5
4
<item name =" colorPrimary" >@color/colorPrimary</item >
Original file line number Diff line number Diff line change 13
13
siteUrl = ' https://github.com/angads25/android-filepicker'
14
14
gitUrl = ' https://github.com/angads25/android-filepicker.git'
15
15
16
- libraryVersion = ' 1.0.9 '
16
+ libraryVersion = ' 1.1.0 '
17
17
18
18
developerId = ' angads25'
19
19
developerName = ' Angad Singh'
@@ -31,8 +31,8 @@ android {
31
31
defaultConfig {
32
32
minSdkVersion 9
33
33
targetSdkVersion 25
34
- versionCode 9
35
- versionName " 1.0.8 "
34
+ versionCode 11
35
+ versionName " 1.1.0 "
36
36
}
37
37
buildTypes {
38
38
release {
You can’t perform that action at this time.
0 commit comments