FastMask/app/src/main/res/drawable/ic_launcher_monochrome.xml
Paweł Orzech 5ab1be6cd4
Release v1.1: Fix ProGuard/R8 minification crash
- Fix ParameterizedType casting error in release builds
- Add ProGuard rules for Google Tink (security-crypto dependency)
- Add dontwarn rules for Tink optional dependencies
- Bump version to 1.1
- Update README with changelog
2026-01-31 02:10:24 +01:00

24 lines
1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="108dp"
android:height="108dp"
android:viewportWidth="108"
android:viewportHeight="108">
<group android:scaleX="0.35"
android:scaleY="0.35"
android:translateX="35"
android:translateY="35">
<path
android:fillColor="#000000"
android:pathData="M54,10C29.7,10 10,29.7 10,54s19.7,44 44,44s44,-19.7 44,-44S78.3,10 54,10zM54,90c-19.9,0 -36,-16.1 -36,-36s16.1,-36 36,-36s36,16.1 36,36S73.9,90 54,90z"/>
<path
android:fillColor="#000000"
android:pathData="M54,30c-13.3,0 -24,10.7 -24,24s10.7,24 24,24s24,-10.7 24,-24S67.3,30 54,30zM54,70c-8.8,0 -16,-7.2 -16,-16s7.2,-16 16,-16s16,7.2 16,16S62.8,70 54,70z"/>
<path
android:fillColor="#000000"
android:pathData="M75,40l-42,0l0,8l42,0z"/>
<path
android:fillColor="#000000"
android:pathData="M75,60l-42,0l0,8l42,0z"/>
</group>
</vector>