Skip to content

Commit 3a0cce4

Browse files
[Xamarin.Android.Build.Tasks] default wildcard for proguard-rules.pro (#9090)
In an email thread, a customer was having trouble using a proguard rule file named `proguard-rules.pro`. This seems to be a common name for the file, with ~96k results on GitHub: * https://github.com/search?q=path%3A*proguard-rules.pro&type=Code
1 parent 094bf61 commit 3a0cce4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/Sdk/AutoImport.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ https://github.com/dotnet/designs/blob/4703666296f5e59964961464c25807c727282cae/
5959
<AndroidJavaSource Include="**\*.java" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
6060
<ProguardConfiguration Include="**\proguard.cfg" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
6161
<ProguardConfiguration Include="**\proguard.txt" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
62+
<ProguardConfiguration Include="**\proguard-rules.pro" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
6263
</ItemGroup>
6364

6465
<ItemGroup>

0 commit comments

Comments
 (0)