Skip to content

Commit

Permalink
Version 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jun 25, 2023
1 parent 67007af commit 0a10131
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
```groovy
dependencies {
// For AndroidX enabled projects.
implementation 'com.pranavpandey.android:dynamic-utils:4.4.8'
implementation 'com.pranavpandey.android:dynamic-utils:4.5.0'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-utils:1.3.0'
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -67,12 +67,12 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-utils'
mavenInceptionYear = '2017'
mavenVersion = '4.4.8'
mavenVersionCode = 43
mavenVersion = '4.5.0'
mavenVersionCode = 44

developerId = 'pranavpandey'
developerName = 'Pranav Pandey'
developerEmail = 'pranavpande92@gmail.com'
developerEmail = 'dynamic@pranavpandey.com'

licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
Expand Down
5 changes: 4 additions & 1 deletion dynamic-utils/maven.gradle
@@ -1,5 +1,5 @@
/*
* Copyright 2017-2022 Pranav Pandey
* Copyright 2017-2023 Pranav Pandey
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -28,8 +28,11 @@ if (project.hasProperty("android")) {
}

task javadoc(type: Javadoc) {
dependsOn("generateReleaseRFile")

source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
doNotTrackState("Javadoc needs to be generated every time.")

failOnError = false
}
Expand Down

0 comments on commit 0a10131

Please sign in to comment.