adding warning 34 to the ignorewarnings directive does not seem to work. what am i doing wrong?
example of warning:
actEditBin - 1530: Msgbox and other modal dialogs are deprecated. Use the async methods instead. (warning #34)
example of warning:
actEditBin - 1530: Msgbox and other modal dialogs are deprecated. Use the async methods instead. (warning #34)
ignore warnings:
#Region Project Attributes
#ApplicationLabel: xxxxxxxx
#VersionCode: 2015
#VersionName: xxxxxx
'SupportedOrientations possible values: unspecified, landscape or portrait.
#SupportedOrientations: unspecified
#CanInstallToExternalStorage: True
'#AdditionalJar: com.crashlytics.sdk.android:crashlytics
'#AdditionalJar: com.google.firebase:firebase-core
#IgnoreWarnings: 31, 34
#End Region