Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SkaterDad committed Jul 4, 2022
1 parent 4e5aec5 commit 1cbecf4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ Platforms supported are Android & Amazon Fire (aka. Android without Google Play

*Disclaimer: This extension is independent and unofficial, and not associated with Vungle in any way.*

Vundle SDK Version 6.11.0

https://github.com/Vungle/Android-SDK/blob/master/CHANGELOG.md

## Installation

You can use the DefVungle extension in your own project by adding this project as a [Defold library dependency](http://www.defold.com/manuals/libraries/). Open your `game.project` file and add the latest release ZIP file URL to your dependencies:

> https://github.com/SkaterDad/defold-vungle/archive/1.0.0.zip
> https://github.com/SkaterDad/defold-vungle/archive/1.1.0.zip
If you prefer to walk on the wild side, you could point directly to the latest code, but I would not recommend it!

Expand Down Expand Up @@ -75,6 +79,10 @@ function final(self)
end
```

### 5. Set minimum Android API version

In `game.project`, set Android Minimum Sdk Version = 21.

## Lua Functions

```lua
Expand Down Expand Up @@ -133,4 +141,4 @@ Vungle support says it's okay to call 'load' during or after an ad is shown, to

## Credits

Thanks to [AGulev](https://github.com/AGulev) for his excellent [DefVideoAds](https://github.com/AGulev/DefVideoAds) extension, which was forked to create this.
Thanks to [AGulev](https://github.com/AGulev) for his excellent [DefVideoAds](https://github.com/AGulev/DefVideoAds) extension, which was forked to create this.

0 comments on commit 1cbecf4

Please sign in to comment.