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
35
35
36
36
``` groovy
37
37
dependencies {
38
- implementation 'com.pranavpandey.android:dynamic-motion:1.0.2 '
38
+ implementation 'com.pranavpandey.android:dynamic-motion:1.1.0 '
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -69,13 +69,13 @@ ext {
69
69
mavenDir = ' com/pranavpandey/android'
70
70
mavenArtifactId = ' dynamic-motion'
71
71
mavenInceptionYear = 2018
72
- mavenVersion = ' 1.0.2 '
73
- mavenVersionCode = 8
74
- sampleVersionCode = 8
72
+ mavenVersion = ' 1.1.0 '
73
+ mavenVersionCode = 9
74
+ sampleVersionCode = 9
75
75
76
76
developerId = ' pranavpandey'
77
77
developerName = ' Pranav Pandey'
78
- developerEmail = ' pranavpande92@gmail .com'
78
+ developerEmail = ' dynamic@pranavpandey .com'
79
79
80
80
licenseName = ' The Apache Software License, Version 2.0'
81
81
licenseUrl = ' http://www.apache.org/licenses/LICENSE-2.0.txt'
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2018-2022 Pranav Pandey
2
+ * Copyright 2018-2023 Pranav Pandey
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -28,8 +28,11 @@ if (project.hasProperty("android")) {
28
28
}
29
29
30
30
task javadoc(type : Javadoc ) {
31
+ dependsOn(" generateReleaseRFile" )
32
+
31
33
source = android. sourceSets. main. java. srcDirs
32
34
classpath + = project. files(android. getBootClasspath(). join(File . pathSeparator))
35
+ doNotTrackState(" Javadoc needs to be generated every time." )
33
36
34
37
failOnError = false
35
38
}
You can’t perform that action at this time.
0 commit comments