Skip to content

Commit

Permalink
updating for sdk unity version 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tapselladnet committed Dec 2, 2019
1 parent b48a32b commit e76f381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Plugins/Android/mainTemplate.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ apply plugin: 'com.android.application'

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'ir.tapsell.plus:tapsell-plus-sdk-unity:1.0.10'
implementation 'ir.tapsell.plus:tapsell-plus-sdk-unity:1.0.12'

//for adMob
implementation 'com.google.android.gms:play-services-ads:17.2.1'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ android {
...
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'ir.tapsell.plus:tapsell-plus-sdk-unity:1.0.10'
implementation 'ir.tapsell.plus:tapsell-plus-sdk-unity:1.0.12'
**DEPS**}
...
```
Expand Down

0 comments on commit e76f381

Please sign in to comment.