feat: добавил калькулятор на Jetpack Compose с Material 3

Реализовал Android-приложение с ViewModel, базовой арифметикой и обработкой деления на ноль.
This commit is contained in:
Heller
2026-06-18 23:45:39 +00:00
commit 4ca53cf34e
26 changed files with 1004 additions and 0 deletions

3
app/proguard-rules.pro vendored Normal file
View File

@@ -0,0 +1,3 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.kts.