Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jun 27, 2023
1 parent 66f566b commit a50797f
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 @@ -34,7 +34,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-preferences:2.2.3'
implementation 'com.pranavpandey.android:dynamic-preferences:2.3.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-preferences'
mavenInceptionYear = '2019'
mavenVersion = '2.2.3'
mavenVersionCode = 12
mavenVersion = '2.3.0'
mavenVersionCode = 13

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-preferences/maven.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2019-2022 Pranav Pandey
* Copyright 2019-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 a50797f

Please sign in to comment.