Skip to content

Commit

Permalink
Changing dependency path to Assets
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689352280
Change-Id: Icbc140cea29f51798508963963b7122e31c87ed9
  • Loading branch information
Play Games Services Team authored and copybara-github committed Oct 24, 2024
1 parent a24c50e commit 706c7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ task generate_dependency_xml() {
xmlFile << ' <androidPackage spec="com.google.games:gpgs-plugin-support:'
xmlFile << "${currentPluginVersion}\">\n"
xmlFile << ' <repositories>\n'
xmlFile << ' <repository>Packages/com.google.play.games/Editor/m2repository</repository>\n'
xmlFile << ' <repository>Assets/GooglePlayGames/com.google.play.games/Editor/m2repository</repository>\n'
xmlFile << ' </repositories>\n'
xmlFile << ' </androidPackage>\n'
xmlFile << ' </androidPackages>\n'
Expand Down

0 comments on commit 706c7d8

Please sign in to comment.