Skip to content

Commit 1a10a92

Browse files
authored
Update Readme.md
1 parent 8005c7b commit 1a10a92

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.2.1'
18+
implementation 'com.lazygeniouz:acv:0.2.2'
1919
```
2020
**Maven**
2121
```xml
2222
<dependency>
2323
<groupId>com.lazygeniouz</groupId>
2424
<artifactId>acv</artifactId>
25-
<version>0.2.1</version>
25+
<version>0.2.2</version>
2626
<type>pom</type>
2727
</dependency>
2828
```
@@ -90,4 +90,4 @@ Pass you condition to evaluate whether to show the Ad or not (Default is Null).
9090

9191
* `pauseAd()`: Pauses AdView **(Handled automatically)**
9292

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

0 commit comments

Comments
 (0)