We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8005c7b commit 1a10a92Copy full SHA for 1a10a92
Readme.md
@@ -15,14 +15,14 @@ Make sure to add that to your repositories block.
15
16
**Gradle**
17
```gradle
18
-implementation 'com.lazygeniouz:acv:0.2.1'
+implementation 'com.lazygeniouz:acv:0.2.2'
19
```
20
**Maven**
21
```xml
22
<dependency>
23
<groupId>com.lazygeniouz</groupId>
24
<artifactId>acv</artifactId>
25
- <version>0.2.1</version>
+ <version>0.2.2</version>
26
<type>pom</type>
27
</dependency>
28
@@ -90,4 +90,4 @@ Pass you condition to evaluate whether to show the Ad or not (Default is Null).
90
91
* `pauseAd()`: Pauses AdView **(Handled automatically)**
92
93
-* `destroyAd()`: Destroys AdView **(Handled automatically)**
+* `destroyAd()`: Destroys AdView **(Handled automatically)**
0 commit comments