Skip to content

Commit

Permalink
Updates to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Binish Manandhar authored and Binish Manandhar committed Aug 8, 2022
1 parent 8dc2f50 commit 118490e
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 @@ -14,7 +14,7 @@ Gradle

```groovy
/**Main library**/
implementation 'io.github.binishmanandhar23.admobincompose:admobincompose:1.0.0'
implementation 'io.github.binishmanandhar23.admobincompose:admobincompose:1.0.1'
/**Other necessary libraries**/
//Compose
Expand All @@ -37,8 +37,8 @@ Maven
<dependency>
<groupId>io.github.binishmanandhar23.admobincompose</groupId>
<artifactId>admobincompose</artifactId>
<version>1.0.0</version>
<type>aar</type> <!--OR, POM-->
<version>1.0.1</version>
<type>aar</type>
</dependency>
```

Expand Down

0 comments on commit 118490e

Please sign in to comment.