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

Commit

Permalink
fix : Fixed header text and image background.
Browse files Browse the repository at this point in the history
Resolves: #39
  • Loading branch information
Angad committed Mar 14, 2017
1 parent 2863030 commit a0fc85b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Super Lite Android Library to select files/directories from Device Storage.
[Angad Singh](https://www.github.com/angads25) ([@angads25](https://www.twitter.com/angads25))

### Benchmark:
[![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>
[![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>

### Where to Find:
[ ![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)
Expand All @@ -23,7 +23,7 @@ Super Lite Android Library to select files/directories from Device Storage.

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

### Usage
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
Expand Down
6 changes: 3 additions & 3 deletions filepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
siteUrl = 'https://github.com/angads25/android-filepicker'
gitUrl = 'https://github.com/angads25/android-filepicker.git'

libraryVersion = '1.0.9'
libraryVersion = '1.1.0'

developerId = 'angads25'
developerName = 'Angad Singh'
Expand All @@ -31,8 +31,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 25
versionCode 9
versionName "1.0.8"
versionCode 11
versionName "1.1.0"
}
buildTypes {
release {
Expand Down

0 comments on commit a0fc85b

Please sign in to comment.