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 5f2051d commit 2eab310Copy full SHA for 2eab310
source/AndroidResolver/src/SettingsDialog.cs
@@ -285,7 +285,7 @@ internal static string LocalMavenRepoDir {
285
286
internal static bool UseJetifier {
287
set { projectSettings.SetBool(UseJetifierKey, value); }
288
- get { return projectSettings.GetBool(UseJetifierKey, false); }
+ get { return projectSettings.GetBool(UseJetifierKey, true); }
289
}
290
291
internal static bool VerboseLogging {
0 commit comments