We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b89fe9a commit 9bcaf83Copy full SHA for 9bcaf83
example/unity/DemoApp/Assets/FlutterUnityIntegration/Editor/Build.cs
@@ -324,8 +324,8 @@ private static void ModifyAndroidGradle(bool isPlugin)
324
var proguardFile = Path.Combine(AndroidExportPath, "proguard-unity.txt");
325
var proguardText = File.ReadAllText(proguardFile);
326
proguardText = proguardText.Replace("-ignorewarnings", "-keep class com.xraph.plugin.** { *; }\n-ignorewarnings");
327
+ proguardText += "-keep class com.unity3d.plugin.* { *; }";
328
File.WriteAllText(proguardFile, proguardText);
-
329
}
330
331
private static void BuildIOS(String path)
unitypackages/fuw-2022.1.1-v2.unitypackage
624 KB
0 commit comments