Skip to content

Commit aac32d9

Browse files
committed
Update Android version to 20+ & iOS to 6.0.2
1 parent 588c063 commit aac32d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GoogleSignInPlugin/Assets/GoogleSignIn/Editor/GoogleSignInDependencies.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- See https://github.com/googlesamples/unity-jar-resolver#usage for
44
how to configure dependencies -->
55
<androidPackages>
6-
<androidPackage spec="com.google.android.gms:play-services-auth:16+">
6+
<androidPackage spec="com.google.android.gms:play-services-auth:20+">
77
<androidSdkPackageIds>
88
<androidSdkPackageId>extra-google-m2repository</androidSdkPackageId>
99
</androidSdkPackageIds>
@@ -12,7 +12,7 @@
1212

1313
<!-- iOS Cocoapod dependencies can be specified by each iosPod element. -->
1414
<iosPods>
15-
<iosPod name="GoogleSignIn" version=">= 4.0.2" bitcodeEnabled="false"
15+
<iosPod name="GoogleSignIn" version=">= 6.0.2" bitcodeEnabled="false"
1616
minTargetSdk="6.0">
1717
</iosPod>
1818
</iosPods>

0 commit comments

Comments
 (0)