diff --git a/.idea/dictionaries/raphael.xml b/.idea/dictionaries/raphael.xml
new file mode 100644
index 0000000..c9b810a
--- /dev/null
+++ b/.idea/dictionaries/raphael.xml
@@ -0,0 +1,8 @@
+
+
+
+ permissionutils
+ raphaelbussa
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 83c2af8..cf034aa 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Permission Utils
-[ ](https://bintray.com/raphaelbussa/maven/permission-utils/_latestVersion) [](https://android-arsenal.com/api?level=14) [](https://github.com/raphaelbussa/PermissionUtils/issues) [](https://github.com/raphaelbussa/PermissionUtils/network) [](https://github.com/raphaelbussa/PermissionUtils/stargazers) [](https://raw.githubusercontent.com/raphaelbussa/PermissionUtils/master/LICENSE) [](https://android-arsenal.com/details/1/3951)
+[ ](https://bintray.com/com.raphaelbussa/maven/permission-utils/_latestVersion) [](https://android-arsenal.com/api?level=14) [](https://github.com/com.raphaelbussa/PermissionUtils/issues) [](https://github.com/com.raphaelbussa/PermissionUtils/network) [](https://github.com/com.raphaelbussa/PermissionUtils/stargazers) [](https://raw.githubusercontent.com/com.raphaelbussa/PermissionUtils/master/LICENSE) [](https://android-arsenal.com/details/1/3951)
-
+
Check marshmallow permission easily
@@ -10,7 +10,7 @@ At the moment the library is in my personal maven repo
```Gradle
repositories {
maven {
- url 'http://dl.bintray.com/raphaelbussa/maven'
+ url 'http://dl.bintray.com/com.raphaelbussa/maven'
}
}
```
@@ -85,18 +85,18 @@ PermissionUtils.openApplicationSettings(MainActivity.this, R.class.getPackage().
# That's all folks!
### Sample
-Browse the sample code [here](https://github.com/raphaelbussa/PermissionUtils/tree/master/sample)
+Browse the sample code [here](https://github.com/com.raphaelbussa/PermissionUtils/tree/master/sample)
### Javadoc
-Browse Javadoc [here](https://raphaelbussa.github.io/PermissionUtils/javadoc/)
+Browse Javadoc [here](https://com.raphaelbussa.github.io/PermissionUtils/javadoc/)
### App using Permission Utils
-If you use this lib [contact me](mailto:raphaelbussa@gmail.com?subject=PermissionUtils) and I will add it to the list below:
+If you use this lib [contact me](mailto:com.raphaelbussa@gmail.com?subject=PermissionUtils) and I will add it to the list below:
### Developed By
-Raphaël Bussa - [raphaelbussa@gmail.com](mailto:raphaelbussa@gmail.com)
+Raphaël Bussa - [com.raphaelbussa@gmail.com](mailto:com.raphaelbussa@gmail.com)
-[  ](https://twitter.com/raphaelbussa)[  ](https://www.linkedin.com/in/raphaelbussa)
+[  ](https://twitter.com/com.raphaelbussa)[  ](https://www.linkedin.com/in/com.raphaelbussa)
### License
```
diff --git a/build.gradle b/build.gradle
index 8bdbdd5..eeb68e8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,6 +25,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
+ ext.kotlin_version = '1.4.30'
ext {
var = [
@@ -43,6 +44,7 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:4.1.2"
+ classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
diff --git a/docs/index.md b/docs/index.md
index 02feaa1..5ddf3aa 100755
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,7 +1,7 @@
# Permission Utils
-[ ](https://bintray.com/raphaelbussa/maven/permission-utils/_latestVersion) [](https://android-arsenal.com/api?level=14) [](https://github.com/raphaelbussa/PermissionUtils/issues) [](https://github.com/raphaelbussa/PermissionUtils/network) [](https://github.com/raphaelbussa/PermissionUtils/stargazers) [](https://raw.githubusercontent.com/raphaelbussa/PermissionUtils/master/LICENSE) [](https://android-arsenal.com/details/1/3951)
+[ ](https://bintray.com/com.raphaelbussa/maven/permission-utils/_latestVersion) [](https://android-arsenal.com/api?level=14) [](https://github.com/com.raphaelbussa/PermissionUtils/issues) [](https://github.com/com.raphaelbussa/PermissionUtils/network) [](https://github.com/com.raphaelbussa/PermissionUtils/stargazers) [](https://raw.githubusercontent.com/com.raphaelbussa/PermissionUtils/master/LICENSE) [](https://android-arsenal.com/details/1/3951)
-
+
Check marshmallow permission easily
@@ -10,7 +10,7 @@ At the moment the library is in my personal maven repo
```Gradle
repositories {
maven {
- url 'http://dl.bintray.com/raphaelbussa/maven'
+ url 'http://dl.bintray.com/com.raphaelbussa/maven'
}
}
```
@@ -85,18 +85,18 @@ PermissionUtils.openApplicationSettings(MainActivity.this, R.class.getPackage().
# That's all folks!
### Sample
-Browse the sample code [here](https://github.com/raphaelbussa/PermissionUtils/tree/master/sample)
+Browse the sample code [here](https://github.com/com.raphaelbussa/PermissionUtils/tree/master/sample)
### Javadoc
-Browse Javadoc [here](https://raphaelbussa.github.io/PermissionUtils/javadoc/)
+Browse Javadoc [here](https://com.raphaelbussa.github.io/PermissionUtils/javadoc/)
### App using Permission Utils
-If you use this lib [contact me](mailto:raphaelbussa@gmail.com?subject=PermissionUtils) and I will add it to the list below:
+If you use this lib [contact me](mailto:com.raphaelbussa@gmail.com?subject=PermissionUtils) and I will add it to the list below:
### Developed By
-Raphaël Bussa - [raphaelbussa@gmail.com](mailto:raphaelbussa@gmail.com)
+Raphaël Bussa - [com.raphaelbussa@gmail.com](mailto:com.raphaelbussa@gmail.com)
-[  ](https://twitter.com/raphaelbussa)[  ](https://www.linkedin.com/in/raphaelbussa)
+[  ](https://twitter.com/com.raphaelbussa)[  ](https://www.linkedin.com/in/com.raphaelbussa)
### License
```
diff --git a/docs/javadoc/allclasses-frame.html b/docs/javadoc/allclasses-frame.html
index 7590d0b..02683df 100644
--- a/docs/javadoc/allclasses-frame.html
+++ b/docs/javadoc/allclasses-frame.html
@@ -12,15 +12,15 @@
All Classes