Play Console and others
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
//using BarcodeScanning;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Microsoft.Maui.LifecycleEvents;
|
||||
using ZXing.Net.Maui.Controls;
|
||||
|
||||
|
||||
@@ -15,11 +16,15 @@ namespace Jugenddienst_Stunden {
|
||||
})
|
||||
.UseBarcodeReader();
|
||||
|
||||
|
||||
|
||||
#if DEBUG
|
||||
builder.Logging.AddDebug();
|
||||
#endif
|
||||
|
||||
return builder.Build();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user