Skip to content
This repository was archived by the owner on Mar 8, 2024. It is now read-only.

Commit a0fc85b

Browse files
author
Angad
committed
fix : Fixed header text and image background.
Resolves: #39
1 parent 2863030 commit a0fc85b

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Super Lite Android Library to select files/directories from Device Storage.
55
[Angad Singh](https://www.github.com/angads25) ([@angads25](https://www.twitter.com/angads25))
66

77
### 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>
99

1010
### Where to Find:
1111
[ ![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.
2323

2424
* Library is also Available in MavenCentral, So just put this in your app dependencies to use it:
2525
```gradle
26-
compile 'com.github.angads25:filepicker:1.0.9'
26+
compile 'com.github.angads25:filepicker:1.1.0'
2727
```
2828

2929
### Usage

app/src/main/res/values/styles.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<resources>
2-
<!-- Base application theme. -->
32
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
43
<!-- Customize your theme here. -->
54
<item name="colorPrimary">@color/colorPrimary</item>

filepicker/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/angads25/android-filepicker'
1414
gitUrl = 'https://github.com/angads25/android-filepicker.git'
1515

16-
libraryVersion = '1.0.9'
16+
libraryVersion = '1.1.0'
1717

1818
developerId = 'angads25'
1919
developerName = 'Angad Singh'
@@ -31,8 +31,8 @@ android {
3131
defaultConfig {
3232
minSdkVersion 9
3333
targetSdkVersion 25
34-
versionCode 9
35-
versionName "1.0.8"
34+
versionCode 11
35+
versionName "1.1.0"
3636
}
3737
buildTypes {
3838
release {

0 commit comments

Comments
 (0)