Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Oct 14, 2022
1 parent ecffaf9 commit 4234ad2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This is most helpful when you just want to add a simple Banner Ad without any bo
`AdContainerView` is now on `mavenCentral()`,\
Make sure to add that to your repositories block.

`val latest_version = 0.3.6`
`val latest_version = 0.3.8`

**Gradle**
```gradle
Expand Down
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import com.vanniktech.maven.publish.*
import com.vanniktech.maven.publish.AndroidSingleVariantLibrary
import com.vanniktech.maven.publish.SonatypeHost

buildscript {
ext.kotlin_version = "1.7.10"
Expand All @@ -24,7 +25,7 @@ allprojects {

plugins.withId("com.vanniktech.maven.publish.base") {
group "com.lazygeniouz"
version "0.3.6"
version "0.3.8"

mavenPublishing {
signAllPublications()
Expand Down

0 comments on commit 4234ad2

Please sign in to comment.