Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Jul 12, 2023
1 parent e47bc9e commit 40cf6df
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 @@ -33,7 +33,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-ads:1.2.0'
implementation 'com.pranavpandey.android:dynamic-ads:1.3.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-ads'
mavenInceptionYear = '2022'
mavenVersion = '1.2.0'
mavenVersionCode = 5
mavenVersion = '1.3.0'
mavenVersionCode = 6

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

Please sign in to comment.