From 83042116d7302efd19096e30def368f9865a51d1 Mon Sep 17 00:00:00 2001 From: Caroline Yates Date: Thu, 27 Aug 2020 08:47:32 -0700 Subject: [PATCH] Remove minSdk from AndroidManifest template PiperOrigin-RevId: 328744389 Change-Id: I6510b9ee6bd5ed24f47ffb25b4f5359e089d892a --- .../Assets/GooglePlayGames/Editor/template-AndroidManifest.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/PluginDev/Assets/GooglePlayGames/Editor/template-AndroidManifest.txt b/source/PluginDev/Assets/GooglePlayGames/Editor/template-AndroidManifest.txt index bfc4774ec..d32616fb6 100644 --- a/source/PluginDev/Assets/GooglePlayGames/Editor/template-AndroidManifest.txt +++ b/source/PluginDev/Assets/GooglePlayGames/Editor/template-AndroidManifest.txt @@ -6,8 +6,6 @@ android:versionCode="1" android:versionName="1.0" > - - __NEARBY_PERMISSIONS__