diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-12 20:28:36 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-12 20:28:36 +0530 |
commit | ec696c1d8d2ad91ca2844a791ae38f68444bad81 (patch) | |
tree | 966c1c59a5c4ce76868d04a84263d5fde354276c /app/src/debug/res/mipmap-anydpi-v26 | |
parent | ee9d77eafdbec31d3e71b482003f9eb35ed12d30 (diff) |
feat: raise min SDK to 26
Autofill is only available on API 26 and above and I do not want to deal with
bugs on these older Android releases.
Diffstat (limited to 'app/src/debug/res/mipmap-anydpi-v26')
-rw-r--r-- | app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml deleted file mode 100644 index 6067a8c7..00000000 --- a/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><!-- - ~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. - ~ SPDX-License-Identifier: GPL-3.0-only - --> - -<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android"> - <background android:drawable="@drawable/ic_launcher_background" /> - <foreground android:drawable="@drawable/ic_launcher_foreground" /> - <monochrome android:drawable="@drawable/ic_launcher_foreground_monochrome" /> -</adaptive-icon> |