Skip to content

Commit 4234ad2

Browse files
committed
Bump version.
1 parent ecffaf9 commit 4234ad2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is most helpful when you just want to add a simple Banner Ad without any bo
1313
`AdContainerView` is now on `mavenCentral()`,\
1414
Make sure to add that to your repositories block.
1515

16-
`val latest_version = 0.3.6`
16+
`val latest_version = 0.3.8`
1717

1818
**Gradle**
1919
```gradle

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import com.vanniktech.maven.publish.*
1+
import com.vanniktech.maven.publish.AndroidSingleVariantLibrary
2+
import com.vanniktech.maven.publish.SonatypeHost
23

34
buildscript {
45
ext.kotlin_version = "1.7.10"
@@ -24,7 +25,7 @@ allprojects {
2425

2526
plugins.withId("com.vanniktech.maven.publish.base") {
2627
group "com.lazygeniouz"
27-
version "0.3.6"
28+
version "0.3.8"
2829

2930
mavenPublishing {
3031
signAllPublications()

0 commit comments

Comments
 (0)