Skip to content

Commit

Permalink
Version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jun 16, 2021
1 parent 411fd44 commit 10211f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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.0.0'
implementation 'com.pranavpandey.android:dynamic-utils:4.0.1'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-utils:1.3.0'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-utils'
mavenInceptionYear = 2017
mavenVersion = '4.0.0'
mavenVersionCode = 29
mavenVersion = '4.0.1'
mavenVersionCode = 30

developerId = 'pranavpandey'
developerName = 'Pranav Pandey'
Expand Down
2 changes: 1 addition & 1 deletion dynamic-utils/maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ version = mavenVersion
// Android libraries
if (project.hasProperty("android")) {
task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
archiveClassifier.set("sources")
from android.sourceSets.main.java.srcDirs
}

task javadoc(type: Javadoc) {
Expand Down

0 comments on commit 10211f4

Please sign in to comment.