1
0
mirror of https://github.com/bitwarden/mobile synced 2026-03-02 03:11:20 +00:00

PM-3349 build.yml configured FDROID job for MAUI

This commit is contained in:
Federico Maccaroni
2023-11-27 17:53:01 -03:00
parent 32be08daae
commit bfa2a51608
4 changed files with 180 additions and 311 deletions

View File

@@ -36,7 +36,7 @@ namespace Bit.Droid
#endif
[Register("com.x8bit.bitwarden.MainApplication")]
#if FDROID
public class MainApplication : Application
public class MainApplication : MauiApplication
#else
public class MainApplication : MauiApplication, ProviderInstaller.IProviderInstallListener
#endif