You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
678 B
XML
20 lines
678 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<dependencies>
|
|
<!-- See https://github.com/googlesamples/unity-jar-resolver#usage for
|
|
how to configure dependencies -->
|
|
<androidPackages>
|
|
<androidPackage spec="com.google.android.gms:play-services-auth:16+">
|
|
<androidSdkPackageIds>
|
|
<androidSdkPackageId>extra-google-m2repository</androidSdkPackageId>
|
|
</androidSdkPackageIds>
|
|
</androidPackage>
|
|
</androidPackages>
|
|
|
|
<!-- iOS Cocoapod dependencies can be specified by each iosPod element. -->
|
|
<iosPods>
|
|
<iosPod name="GoogleSignIn" version=">= 4.0.2" bitcodeEnabled="false"
|
|
minTargetSdk="6.0">
|
|
</iosPod>
|
|
</iosPods>
|
|
</dependencies>
|