Skip to content

Commit

Permalink
- Changed Readme for new version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pankaj.Sharma committed Jun 14, 2017
1 parent 770691b commit 9f767ba
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 5 deletions.
71 changes: 71 additions & 0 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ PermissionHelper used to simplfy Runtime Permission Structure.
- Get Grant callback whenever all the permission you mentioned are granted else Deny callback
- Get callback when permission is auto denied by system(When user selects, Don't ask again).

### Latest Version [1.1]
Added openAppDetailsActivity() to open application details screen so user manually change permissions.
### Latest Version [1.2]
Removed Allow backup conflict. [#3](https://github.com/pankaj89/PermissionHelper/issues/3)

### Download
Include the following dependency in your apps build.gradle file.
```
compile 'com.master.android:permissionhelper:1.1'
compile 'com.master.android:permissionhelper:1.2'
```

### How to use
Expand Down
3 changes: 2 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ APP_HOME="`pwd -P`"
cd "$SAVED" >/dev/null

CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar

# <<Set by pankaj, Setting the location of java which is used in android studio. otherwise it gives message unsupported version 52.0>>
JAVA_HOME="/home/hb/android-studio/jre"
# Determine the Java command to use to start the JVM.
if [ -n "$JAVA_HOME" ] ; then
if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
Expand Down
2 changes: 1 addition & 1 deletion permissionhelper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.master.android'
PUBLISH_ARTIFACT_ID = 'permissionhelper'
PUBLISH_VERSION = '1.0'
PUBLISH_VERSION = '1.2'
}
android {
compileSdkVersion 25
Expand Down

0 comments on commit 9f767ba

Please sign in to comment.