-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathinclude.xml
21 lines (19 loc) · 921 Bytes
/
include.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<extension>
<section if="android">
<section unless="openfl-legacy || openfl-next">
<echo value="ALERT: Setting GoolePlayServices to the last version on your SDK. Please read how to upgrade and choose your version here: https://github.com/player-03/google-play-services" unless="playServicesVersion" />
<set name="playServicesVersion" value="+" unless="playServicesVersion" />
</section>
<section if="openfl-legacy || openfl-next">
<set name="google-play-services-basement" />
<set name="google-play-services-games" />
<set name="google-play-services-base" />
<set name="google-play-services-plus" />
<set name="google-play-services-drive" />
<haxelib name="extension-googleplayservices-basement" />
<haxelib name="extension-android-support-v4" />
</section>
<dependency name="gpgex" path="dependencies/gpgex" />
</section>
</extension>