starOfWords/Assets/GoogleMobileAds/Editor/GoogleUmpDependencies.xml
portakal ecb1c9edea Initial commit: Star of Words Unity project
Snapshot of the existing Unity 6 language-learning word game before any
refactoring. Adds Unity .gitignore and .gitattributes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-05 15:31:20 +03:00

16 lines
473 B
XML

<dependencies>
<androidPackages>
<androidPackage spec="com.google.android.ump:user-messaging-platform:4.0.0">
<repositories>
<repository>https://maven.google.com/</repository>
</repositories>
</androidPackage>
</androidPackages>
<iosPods>
<iosPod name="GoogleUserMessagingPlatform" version="3.1.0">
<sources>
<source>https://github.com/CocoaPods/Specs</source>
</sources>
</iosPod>
</iosPods>
</dependencies>