Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug authored Oct 25, 2021
1 parent 8005c7b commit 1a10a92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Make sure to add that to your repositories block.

**Gradle**
```gradle
implementation 'com.lazygeniouz:acv:0.2.1'
implementation 'com.lazygeniouz:acv:0.2.2'
```
**Maven**
```xml
<dependency>
<groupId>com.lazygeniouz</groupId>
<artifactId>acv</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
<type>pom</type>
</dependency>
```
Expand Down Expand Up @@ -90,4 +90,4 @@ Pass you condition to evaluate whether to show the Ad or not (Default is Null).

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

* `destroyAd()`: Destroys AdView **(Handled automatically)**
* `destroyAd()`: Destroys AdView **(Handled automatically)**

0 comments on commit 1a10a92

Please sign in to comment.