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 3ad4877 commit 61e2f63Copy full SHA for 61e2f63
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.1.6'
+implementation 'com.lazygeniouz:acv:0.2.0'
19
```
20
**Maven**
21
```xml
22
<dependency>
23
<groupId>com.lazygeniouz</groupId>
24
<artifactId>acv</artifactId>
25
- <version>0.1.6</version>
+ <version>0.2.0</version>
26
<type>pom</type>
27
</dependency>
28
@@ -80,4 +80,4 @@ parentLayout.addView(adContainerView)
80
81
* `pauseAd()`: Pauses AdView **(Handled automatically)**
82
83
-* `destroyAd()`: Destroys AdView **(Handled automatically)**
+* `destroyAd()`: Destroys AdView **(Handled automatically)**
0 commit comments