File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
3535
3636``` groovy
3737dependencies {
38- implementation 'com.pranavpandey.android:dynamic-motion:1.0.2 '
38+ implementation 'com.pranavpandey.android:dynamic-motion:1.1.0 '
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ ext {
6969 mavenDir = ' com/pranavpandey/android'
7070 mavenArtifactId = ' dynamic-motion'
7171 mavenInceptionYear = 2018
72- mavenVersion = ' 1.0.2 '
73- mavenVersionCode = 8
74- sampleVersionCode = 8
72+ mavenVersion = ' 1.1.0 '
73+ mavenVersionCode = 9
74+ sampleVersionCode = 9
7575
7676 developerId = ' pranavpandey'
7777 developerName = ' Pranav Pandey'
78- developerEmail = ' pranavpande92@gmail .com'
78+ developerEmail = ' dynamic@pranavpandey .com'
7979
8080 licenseName = ' The Apache Software License, Version 2.0'
8181 licenseUrl = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2018-2022 Pranav Pandey
2+ * Copyright 2018-2023 Pranav Pandey
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -28,8 +28,11 @@ if (project.hasProperty("android")) {
2828 }
2929
3030 task javadoc(type : Javadoc ) {
31+ dependsOn(" generateReleaseRFile" )
32+
3133 source = android. sourceSets. main. java. srcDirs
3234 classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
35+ doNotTrackState(" Javadoc needs to be generated every time." )
3336
3437 failOnError = false
3538 }
You can’t perform that action at this time.
0 commit comments