File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,16 @@ buildscript {
21
21
' targetSdk' : 34 ,
22
22
' buildTools' : ' 34.0.0' ,
23
23
' multidex' : ' 2.0.1' ,
24
- ' dynamic' : ' 4.5.0 ' ,
24
+ ' dynamic' : ' 4.5.1 ' ,
25
25
' fragment' : ' 1.6.0' ,
26
26
' flexbox' : ' 3.0.0' ,
27
27
' kotlin' : ' 1.8.22' ,
28
28
' locale' : ' 2.4.0' ,
29
29
' material' : ' 1.11.0-alpha01' ,
30
- ' preferences' : ' 2.3.0 ' ,
30
+ ' preferences' : ' 2.3.1 ' ,
31
31
' swiperefresh' : ' 1.1.0' ,
32
- ' theme' : ' 4.5.0 ' ,
33
- ' toasts' : ' 4.1.3 ' ,
32
+ ' theme' : ' 4.5.1 ' ,
33
+ ' toasts' : ' 4.2.1 ' ,
34
34
' work' : ' 2.8.1'
35
35
]
36
36
@@ -77,13 +77,13 @@ ext {
77
77
mavenDir = ' com/pranavpandey/android'
78
78
mavenArtifactId = ' dynamic-support'
79
79
mavenInceptionYear = 2018
80
- mavenVersion = ' 6.2.1 '
81
- mavenVersionCode = 35
82
- sampleVersionCode = 36
80
+ mavenVersion = ' 6.3.0 '
81
+ mavenVersionCode = 36
82
+ sampleVersionCode = 37
83
83
84
84
developerId = ' pranavpandey'
85
85
developerName = ' Pranav Pandey'
86
- developerEmail = ' pranavpande92@gmail .com'
86
+ developerEmail = ' dynamic@pranavpandey .com'
87
87
88
88
licenseName = ' The Apache Software License, Version 2.0'
89
89
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