Skip to content

Commit 5e3342b

Browse files
authored
Merge pull request #23 from Web3Auth/fix/android-build
Update android deps
2 parents 1391f3e + a1026c7 commit 5e3342b

29 files changed

+338
-254
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ crashlytics-build.properties
7474
/UIElementsSchema
7575
ios-build/*
7676
web3auth-android-build_*/
77-
TestBuild_BackUpThisFolder_ButDontShipItWithYourGame/*
77+
TestBuild_BackUpThisFolder_ButDontShipItWithYourGame/*
78+
.DS_Store

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"dotnet.defaultSolution": "web3auth-unity-sdk.sln"
3+
}

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: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.unity3d.player"
3+
xmlns:tools="http://schemas.android.com/tools">
4+
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
5+
<uses-permission android:name="android.permission.INTERNET" />
6+
<queries xmlns:android="http://schemas.android.com/apk/res/android">
7+
<intent>
8+
<action android:name="android.support.customtabs.action.CustomTabsService" />
9+
</intent>
10+
</queries>
11+
<application>
12+
<activity android:name="com.unity3d.player.UnityPlayerActivity"
13+
android:theme="@style/UnityThemeSelector">
14+
<intent-filter>
15+
<action android:name="android.intent.action.MAIN" />
16+
<category android:name="android.intent.category.LAUNCHER" />
17+
</intent-filter>
18+
<intent-filter>
19+
<action android:name="android.intent.action.VIEW" />
20+
<category android:name="android.intent.category.DEFAULT" />
21+
<category android:name="android.intent.category.BROWSABLE" />
22+
<data android:scheme="torusapp" android:host="com.torus.Web3AuthUnity"
23+
android:pathPrefix="/auth"
24+
android:pathPattern="/*" />
25+
</intent-filter>
26+
<meta-data android:name="unityplayer.UnityActivity" android:value="true" />
27+
</activity>
28+
</application>
29+
</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.

0 commit comments

Comments
 (0)