-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update plugin to 1.0.1-beta07
- Loading branch information
1 parent
a4986d5
commit e3466a0
Showing
22 changed files
with
142 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.unity3d.player" xmlns:tools="http://schemas.android.com/tools"> | ||
<application> | ||
<activity android:name="com.unity3d.player.UnityPlayerActivity" android:theme="@style/UnityThemeSelector"> | ||
<intent-filter> | ||
<action android:name="android.intent.action.MAIN" /> | ||
<category android:name="android.intent.category.LAUNCHER" /> | ||
</intent-filter> | ||
<meta-data android:name="unityplayer.UnityActivity" android:value="true" /> | ||
</activity> | ||
<meta-data android:name="ir.tapsell.mediation.APPLICATION_KEY" android:value="a12e38ed-f1fc-4c76-b638-55f06c103066" /> | ||
<meta-data android:name="applovin.sdk.key" android:value="5WfZLCGTQmDr6Mf7BBEf5blVwrf8VBMJSmwUSq9-1q5bPpCH_OGAWEP2z2lRkmonLgPzG6gbL4DlvUF9frFmt6" /> | ||
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-6201798499291567~9611758993" /> | ||
</application> | ||
</manifest> |
6 changes: 0 additions & 6 deletions
6
Assets/Plugins/Android/TapsellMediationAdmobAdapterPlugin.androidlib/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
Assets/Plugins/Android/TapsellMediationAdmobAdapterPlugin/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
Assets/Plugins/Android/TapsellMediationApplovinAdapterPlugin.androidlib/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
Assets/Plugins/Android/TapsellMediationApplovinAdapterPlugin/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
Assets/Plugins/Android/TapsellMediationPlugin.androidlib/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
Assets/Plugins/Android/TapsellMediationPlugin/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
Assets/Tapsell/Mediation/Adapter/Fyber/Editor/FyberAdapterDependencies.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<dependencies> | ||
<androidPackages> | ||
<androidPackage spec="ir.tapsell.mediation.adapter:fyber-unity:1.0.1-beta07"> | ||
<repositories> | ||
<repository>https://android-sdk.is.com</repository> | ||
</repositories> | ||
</androidPackage> | ||
</androidPackages> | ||
<!-- <androidPackages>--> | ||
<!-- <androidPackage spec="ir.tapsell.mediation.adapter:fyber-unity:1.0.1-beta07">--> | ||
<!-- <repositories>--> | ||
<!-- <repository>https://android-sdk.is.com</repository>--> | ||
<!-- </repositories>--> | ||
<!-- </androidPackage>--> | ||
<!-- </androidPackages>--> | ||
</dependencies> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.