Skip to content

Commit

Permalink
new sdk version 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed May 27, 2021
1 parent 4267ad6 commit 5456987
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Open your game.project file and in the dependencies field under project add:
or point to the ZIP file of a [specific release](https://github.com/AGulev/DefVideoAds/releases).

`Minimum SDK version` in `game.project->Android` should be 19 or above.

<img width="791" alt="image" src="https://user-images.githubusercontent.com/2209596/119895871-8ed2f680-bf3e-11eb-90bc-cf3159a76d0a.png">


## Example

See the [example folder](https://github.com/AGulev/DefVideoAds/tree/master/example) for understand how to use extension. Especially [ui.gui_script](https://github.com/AGulev/DefVideoAds/blob/master/example/ui.gui_script) file.
Expand Down
Binary file removed defunityads/lib/android/classes.jar
Binary file not shown.
Binary file modified defunityads/lib/ios/UnityAds.framework/UnityAds
Binary file not shown.
3 changes: 3 additions & 0 deletions defunityads/manifests/android/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dependencies {
compile 'com.unity3d.ads:unity-ads:3.7.2'
}
3 changes: 2 additions & 1 deletion game.project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
title = DefVideoAds
version = 1.0
dependencies = https://github.com/andsve/dirtylarry/archive/master.zip
dependencies#0 = https://github.com/andsve/dirtylarry/archive/master.zip

[bootstrap]
main_collection = /example/main.collectionc
Expand All @@ -28,6 +28,7 @@ bundle_identifier = com.agulev.test
[android]
package = com.agulev.test
immersive_mode = 1
minimum_sdk_version = 19

[unityads]
tracking_usage_description = Your data will be used to provide you a better and personalized ad experience.
Expand Down

0 comments on commit 5456987

Please sign in to comment.