Skip to content

Commit 61e2f63

Browse files
committed
Version bump, dependency updates.
1 parent 3ad4877 commit 61e2f63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Make sure to add that to your repositories block.
1515

1616
**Gradle**
1717
```gradle
18-
implementation 'com.lazygeniouz:acv:0.1.6'
18+
implementation 'com.lazygeniouz:acv:0.2.0'
1919
```
2020
**Maven**
2121
```xml
2222
<dependency>
2323
<groupId>com.lazygeniouz</groupId>
2424
<artifactId>acv</artifactId>
25-
<version>0.1.6</version>
25+
<version>0.2.0</version>
2626
<type>pom</type>
2727
</dependency>
2828
```
@@ -80,4 +80,4 @@ parentLayout.addView(adContainerView)
8080

8181
* `pauseAd()`: Pauses AdView **(Handled automatically)**
8282

83-
* `destroyAd()`: Destroys AdView **(Handled automatically)**
83+
* `destroyAd()`: Destroys AdView **(Handled automatically)**

0 commit comments

Comments
 (0)