Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug authored Jun 17, 2022
1 parent a7e7656 commit d146aeb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,18 @@ This is most helpful when you just want to add a simple Banner Ad without any bo
`AdContainerView` is now on `mavenCentral()`,\
Make sure to add that to your repositories block.

`val latest_version = 0.3.4`

**Gradle**
```gradle
implementation 'com.lazygeniouz:acv:0.3.4'
implementation 'com.lazygeniouz:acv:$latest_version'
```
**Maven**
```xml
<dependency>
<groupId>com.lazygeniouz</groupId>
<artifactId>acv</artifactId>
<version>0.3.2</version>
<version>$latest_version</version>
<type>aar</type>
</dependency>
```
Expand Down

0 comments on commit d146aeb

Please sign in to comment.