Data classes and other retrofit logic added

This commit is contained in:
2025-03-03 21:25:17 +05:00
parent c0d5908a6e
commit 821162964b
30 changed files with 190 additions and 12 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<monochrome android:drawable="@mipmap/ic_launcher_foreground"/>
</adaptive-icon>