Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavpandey committed Mar 12, 2023
1 parent 3ec2fba commit 06659e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.1.0'
implementation 'com.pranavpandey.android:dynamic-ads:1.2.0'
}
```

Expand Down Expand Up @@ -197,7 +197,7 @@ Pranav Pandey

## License

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
6 changes: 3 additions & 3 deletions build.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 @@ -68,8 +68,8 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-ads'
mavenInceptionYear = '2022'
mavenVersion = '1.1.0'
mavenVersionCode = 4
mavenVersion = '1.2.0'
mavenVersionCode = 5

developerId = 'pranavpandey'
developerName = 'Pranav Pandey'
Expand Down

0 comments on commit 06659e7

Please sign in to comment.