mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-06-20 15:11:07 +00:00
Initial commit: Pezkuwi Wallet Android
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
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<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.25"
|
||||
android:scaleY="0.25">
|
||||
<path
|
||||
android:pathData="M320,216V218.73C303.01,221.42 266.57,227.71 248.65,234.57C242.26,237.02 237.16,242.07 234.66,248.41C227.76,266.24 221.42,302.91 218.73,320H213.27C210.54,302.96 204.24,266.29 197.34,248.41C194.84,242.02 189.74,236.98 183.35,234.57C165.43,227.71 128.99,221.42 112,218.73V213.27C128.99,210.58 165.43,204.29 183.35,197.43C189.74,194.98 194.84,189.93 197.34,183.59C204.24,165.76 210.58,129.09 213.27,112H218.73C221.46,129.04 227.76,165.71 234.66,183.59C237.16,189.98 242.26,195.02 248.65,197.43C266.57,204.29 303.01,210.58 320,213.27V216V216Z"
|
||||
android:fillColor="#ffffff"/>
|
||||
</group>
|
||||
</vector>
|
||||
Reference in New Issue
Block a user