Skip to content

Commit 6327112

Browse files
ozdemir08copybara-github
authored andcommitted
Internal refactoring
PiperOrigin-RevId: 436762260 Change-Id: Ia62d3d32f989c3eca2faa243dec5cd7d8c703326
1 parent b4b633b commit 6327112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ project.ext {
9292
pluginBuildSrc = file("${buildPath}/PluginSrc/Assets/GooglePlayGames").absolutePath
9393
manifestBuildSrc = file("${buildPath}/PluginSrc/Assets/Plugins").absolutePath
9494
pluginProj = file("${buildPath}/PluginProject").absolutePath
95-
samplesPath = file('Assets/Public/GooglePlayGames/com.google.play.games/Samples').absolutePath
96-
protectedSamplesPath = file('Assets/Protected/GooglePlayGames/com.google.play.games/Samples').absolutePath
95+
samplesPath = file('Samples').absolutePath
96+
protectedSamplesPath = file('Samples').absolutePath
9797
samplesBuildSrc = file("${buildPath}/sampleSrc").absolutePath
9898
exportPath = file("${buildPath}/plugin.unitypackage").absolutePath
9999
currentPluginBasename = 'GooglePlayGamesPlugin'

0 commit comments

Comments
 (0)