File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This is most helpful when you just want to add a simple Banner Ad without any bo
13
13
` AdContainerView ` is now on ` mavenCentral() ` ,\
14
14
Make sure to add that to your repositories block.
15
15
16
- ` val latest_version = 0.3.6 `
16
+ ` val latest_version = 0.3.8 `
17
17
18
18
** Gradle**
19
19
``` gradle
Original file line number Diff line number Diff line change 1
- import com.vanniktech.maven.publish.*
1
+ import com.vanniktech.maven.publish.AndroidSingleVariantLibrary
2
+ import com.vanniktech.maven.publish.SonatypeHost
2
3
3
4
buildscript {
4
5
ext. kotlin_version = " 1.7.10"
@@ -24,7 +25,7 @@ allprojects {
24
25
25
26
plugins. withId(" com.vanniktech.maven.publish.base" ) {
26
27
group " com.lazygeniouz"
27
- version " 0.3.6 "
28
+ version " 0.3.8 "
28
29
29
30
mavenPublishing {
30
31
signAllPublications()
You can’t perform that action at this time.
0 commit comments