diff --git a/README.md b/README.md
index da60c09..4c9c51c 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Nav Utils
[![Download](https://api.bintray.com/packages/raphaelbussa/maven/navutils/images/download.svg) ](https://bintray.com/raphaelbussa/maven/navutils/_latestVersion)
-![Logo](https://raw.githubusercontent.com/rebus007/NavUtils/master/sample/src/main/ic_launcher-web.png)
+![Logo](https://raw.githubusercontent.com/raphaelbussa/NavUtils/master/sample/src/main/ic_launcher-web.png)
Easy manage commit Fragment and Activity, with some little extra
@@ -18,7 +18,7 @@ repositories {
```Gradle
dependencies {
- implementation 'com.raphaelbussa:navutils:4.0.0.alpha4'
+ implementation 'com.raphaelbussa:navutils:4.0.0.alpha5'
}
```
### How to use
diff --git a/build.gradle b/build.gradle
index 4dd8e2f..c2cfc50 100755
--- a/build.gradle
+++ b/build.gradle
@@ -7,7 +7,7 @@ buildscript {
compileSdk: 28,
minSdk : 21,
targetSdk : 28,
- version : "4.0.0"
+ version : "4.0.0.alpha5"
]
}
@@ -20,7 +20,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.3.2'
classpath 'com.novoda:bintray-release:0.9'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.21'
- classpath 'org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17'
+ classpath 'org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.18'
}
}
diff --git a/docs/index.md b/docs/index.md
index da60c09..4c9c51c 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,7 +1,7 @@
# Nav Utils
[![Download](https://api.bintray.com/packages/raphaelbussa/maven/navutils/images/download.svg) ](https://bintray.com/raphaelbussa/maven/navutils/_latestVersion)
-![Logo](https://raw.githubusercontent.com/rebus007/NavUtils/master/sample/src/main/ic_launcher-web.png)
+![Logo](https://raw.githubusercontent.com/raphaelbussa/NavUtils/master/sample/src/main/ic_launcher-web.png)
Easy manage commit Fragment and Activity, with some little extra
@@ -18,7 +18,7 @@ repositories {
```Gradle
dependencies {
- implementation 'com.raphaelbussa:navutils:4.0.0.alpha4'
+ implementation 'com.raphaelbussa:navutils:4.0.0.alpha5'
}
```
### How to use
diff --git a/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/animation-type.html b/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/animation-type.html
index b981896..874a0b3 100644
--- a/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/animation-type.html
+++ b/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/animation-type.html
@@ -9,7 +9,7 @@
fun animationType(: Anim): Unit
+fun animationType(: NavUtils.Anim): Unit
animationType
diff --git a/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/clip-reveal-transition.html b/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/clip-reveal-transition.html new file mode 100644 index 0000000..325f1c2 --- /dev/null +++ b/docs/library/com.raphaelbussa.navutils.activity/-activity-builder/clip-reveal-transition.html @@ -0,0 +1,18 @@ + +
+ +fun clipRevealTransition(: View?): Unit
+clipRevealTransition
+fun animationType(: Anim): Unit
+fun animationType(: NavUtils.Anim): Unit
animationType
fun clipRevealTransition(: View?): Unit
+clipRevealTransition
+var animationType: Anim
+var animationType: NavUtils.Anim
Anim
diff --git a/docs/library/com.raphaelbussa.navutils.activity/-base-activity/index.html b/docs/library/com.raphaelbussa.navutils.activity/-base-activity/index.html index cd7eed5..38589e9 100644 --- a/docs/library/com.raphaelbussa.navutils.activity/-base-activity/index.html +++ b/docs/library/com.raphaelbussa.navutils.activity/-base-activity/index.html @@ -41,7 +41,7 @@
var animationType: Anim
+var animationType: NavUtils.Anim
Anim
fun animationType(: Anim): Unit
+fun animationType(: NavUtils.Anim): Unit
animationType
diff --git a/docs/library/com.raphaelbussa.navutils.chrome/-chrome-builder/index.html b/docs/library/com.raphaelbussa.navutils.chrome/-chrome-builder/index.html index 3ef9424..7d66015 100644 --- a/docs/library/com.raphaelbussa.navutils.chrome/-chrome-builder/index.html +++ b/docs/library/com.raphaelbussa.navutils.chrome/-chrome-builder/index.html @@ -30,7 +30,7 @@
fun animationType(: Anim): Unit
+fun animationType(: NavUtils.Anim): Unit
animationType
fun animationType(: Anim): Unit
+fun animationType(: NavUtils.Anim): Unit
animationType
diff --git a/docs/library/com.raphaelbussa.navutils.fragment/-fragment-builder/index.html b/docs/library/com.raphaelbussa.navutils.fragment/-fragment-builder/index.html index 3308574..06ac0b1 100644 --- a/docs/library/com.raphaelbussa.navutils.fragment/-fragment-builder/index.html +++ b/docs/library/com.raphaelbussa.navutils.fragment/-fragment-builder/index.html @@ -41,7 +41,7 @@
fun animationType(: Anim): Unit
+fun animationType(: NavUtils.Anim): Unit
animationType
fun valueOfAnim(: Int?): Anim?
+fun valueOfAnim(: Int?): NavUtils.Anim?
valueOfAnim
fun valueOfAnim(: Int?): Anim?
+fun valueOfAnim(: Int?): NavUtils.Anim?
valueOfAnim
diff --git a/docs/library/index-outline.html b/docs/library/index-outline.html index c787527..1159c15 100644 --- a/docs/library/index-outline.html +++ b/docs/library/index-outline.html @@ -33,9 +33,10 @@
ActivityBuilder()