Skip to content

Commit

Permalink
Version 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jul 1, 2023
1 parent a15a225 commit b3a8ad1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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-dialogs:4.3.2'
implementation 'com.pranavpandey.android:dynamic-dialogs:4.4.0'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-dialogs:1.3.0'
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ ext {
mavenGroup = 'com.pranavpandey.android'
mavenDir = 'com/pranavpandey/android'
mavenInceptionYear = '2017'
mavenVersion = '4.3.2'
mavenVersionCode = 34
sampleVersionCode = 35
mavenVersion = '4.4.0'
mavenVersionCode = 35
sampleVersionCode = 36

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
3 changes: 3 additions & 0 deletions dynamic-dialogs/maven.gradle
Original file line number Diff line number Diff line change
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 b3a8ad1

Please sign in to comment.