From 632711240225bec7bdbca00b1b208485d0cc760a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=96zdemir?= Date: Wed, 23 Mar 2022 09:47:19 -0700 Subject: [PATCH] Internal refactoring PiperOrigin-RevId: 436762260 Change-Id: Ia62d3d32f989c3eca2faa243dec5cd7d8c703326 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c2c7c432..ab7c5e55 100644 --- a/build.gradle +++ b/build.gradle @@ -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'