Skip to content

Commit

Permalink
Internal refactoring
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 436762260
Change-Id: Ia62d3d32f989c3eca2faa243dec5cd7d8c703326
  • Loading branch information
ozdemir08 authored and copybara-github committed Mar 23, 2022
1 parent b4b633b commit 6327112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ project.ext {
pluginBuildSrc = file("${buildPath}/PluginSrc/Assets/GooglePlayGames").absolutePath
manifestBuildSrc = file("${buildPath}/PluginSrc/Assets/Plugins").absolutePath
pluginProj = file("${buildPath}/PluginProject").absolutePath
samplesPath = file('Assets/Public/GooglePlayGames/com.google.play.games/Samples').absolutePath
protectedSamplesPath = file('Assets/Protected/GooglePlayGames/com.google.play.games/Samples').absolutePath
samplesPath = file('Samples').absolutePath
protectedSamplesPath = file('Samples').absolutePath
samplesBuildSrc = file("${buildPath}/sampleSrc").absolutePath
exportPath = file("${buildPath}/plugin.unitypackage").absolutePath
currentPluginBasename = 'GooglePlayGamesPlugin'
Expand Down

0 comments on commit 6327112

Please sign in to comment.