mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-08-06 11:25:41 +00:00
a294aa1a6b
Security hardened release: - Code obfuscation enabled (minifyEnabled=true, shrinkResources=true) - Sensitive files excluded (google-services.json, keystores) - Branch.io key moved to BuildConfig placeholder - Updated dependencies: OkHttp 4.12.0, Gson 2.10.1, BouncyCastle 1.77 - Comprehensive ProGuard rules for crypto wallet - Navigation 2.7.7, Lifecycle 2.7.0, ConstraintLayout 2.1.4
15 lines
446 B
XML
15 lines
446 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:pathData="M12,18m-3,0a3,3 0,1 1,6 0a3,3 0,1 1,-6 0"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.88"/>
|
|
<path
|
|
android:pathData="M9,3h6v6h-6z"
|
|
android:fillColor="#ffffff"
|
|
android:fillAlpha="0.16"/>
|
|
</vector>
|