Skip to content

Commit 67dfa6b

Browse files
committed
Version 6.3.0
Dynamic theme 4.5.1. Dynamic toasts 4.2.1. Dynamic preferences 2.3.1.
1 parent f4480b3 commit 67dfa6b

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ buildscript {
2121
'targetSdk' : 34,
2222
'buildTools' : '34.0.0',
2323
'multidex' : '2.0.1',
24-
'dynamic' : '4.5.0',
24+
'dynamic' : '4.5.1',
2525
'fragment' : '1.6.0',
2626
'flexbox' : '3.0.0',
2727
'kotlin' : '1.8.22',
2828
'locale' : '2.4.0',
2929
'material' : '1.11.0-alpha01',
30-
'preferences' : '2.3.0',
30+
'preferences' : '2.3.1',
3131
'swiperefresh': '1.1.0',
32-
'theme' : '4.5.0',
33-
'toasts' : '4.1.3',
32+
'theme' : '4.5.1',
33+
'toasts' : '4.2.1',
3434
'work' : '2.8.1'
3535
]
3636

@@ -77,13 +77,13 @@ ext {
7777
mavenDir = 'com/pranavpandey/android'
7878
mavenArtifactId = 'dynamic-support'
7979
mavenInceptionYear = 2018
80-
mavenVersion = '6.2.1'
81-
mavenVersionCode = 35
82-
sampleVersionCode = 36
80+
mavenVersion = '6.3.0'
81+
mavenVersionCode = 36
82+
sampleVersionCode = 37
8383

8484
developerId = 'pranavpandey'
8585
developerName = 'Pranav Pandey'
86-
developerEmail = 'pranavpande92@gmail.com'
86+
developerEmail = 'dynamic@pranavpandey.com'
8787

8888
licenseName = 'The Apache Software License, Version 2.0'
8989
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'

dynamic-support/maven.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
}

0 commit comments

Comments
 (0)