Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
Dynamic support 6.1.1.
  • Loading branch information
pranavpandey committed Oct 16, 2022
1 parent 072f880 commit 166fba1
Show file tree
Hide file tree
Showing 2 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 @@ -29,7 +29,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.0.2'
implementation 'com.pranavpandey.android:dynamic-ads:1.1.0'
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
'buildTools': '33.0.0',
'dynamic' : '4.4.6',
'gmsAds' : '20.6.0',
'support' : '6.1.0',
'support' : '6.1.1',
'ump' : '2.0.0'
]

Expand Down Expand Up @@ -68,8 +68,8 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-ads'
mavenInceptionYear = '2022'
mavenVersion = '1.0.2'
mavenVersionCode = 3
mavenVersion = '1.1.0'
mavenVersionCode = 4

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

0 comments on commit 166fba1

Please sign in to comment.