Skip to content

Commit 61b693e

Browse files
Update android deps
fix android build and use custom tabs Bug fixes reg. network etc
1 parent 1391f3e commit 61b693e

26 files changed

+322
-253
lines changed

Assets/Plugins/Android.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.unity3d.player" xmlns:tools="http://schemas.android.com/tools">
3+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
4+
<uses-permission android:name="android.permission.INTERNET" />
5+
<queries xmlns:android="http://schemas.android.com/apk/res/android">
6+
<intent>
7+
<action android:name="android.support.customtabs.action.CustomTabsService" />
8+
</intent>
9+
</queries>
10+
<application>
11+
<activity android:name="com.unity3d.player.UnityPlayerActivity" android:theme="@style/UnityThemeSelector">
12+
<intent-filter>
13+
<action android:name="android.intent.action.MAIN" />
14+
<category android:name="android.intent.category.LAUNCHER" />
15+
</intent-filter>
16+
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
17+
</activity>
18+
</application>
19+
</manifest>

Assets/Plugins/Android/AndroidManifest.xml.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Web3AuthSDK/Android/androidx.annotation.annotation-1.1.0.jar.meta renamed to Assets/Plugins/Web3AuthSDK/Android/androidx.annotation.annotation-1.6.0.jar.meta

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Web3AuthSDK/Android/androidx.arch.core.core-common-2.0.0.jar.meta renamed to Assets/Plugins/Web3AuthSDK/Android/androidx.arch.core.core-common-2.2.0.jar.meta

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Web3AuthSDK/Android/androidx.browser.browser-1.4.0.aar.meta renamed to Assets/Plugins/Web3AuthSDK/Android/androidx.browser.browser-1.5.0.aar.meta

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Web3AuthSDK/Android/androidx.collection.collection-1.1.0.jar.meta renamed to Assets/Plugins/Web3AuthSDK/Android/androidx.collection.collection-1.2.0.jar.meta

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Web3AuthSDK/Android/androidx.concurrent.concurrent-futures-1.0.0.jar.meta

Lines changed: 0 additions & 34 deletions
This file was deleted.

Assets/Plugins/Web3AuthSDK/Android/androidx.concurrent.concurrent-futures-1.1.0.jar.meta

Lines changed: 32 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Plugins/Web3AuthSDK/Android/androidx.core.core-1.1.0.aar.meta

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)