This commit is contained in:
Codex
2026-03-08 23:48:24 +03:00
parent c86c8cf344
commit acdb83e04e
6 changed files with 87 additions and 36 deletions

9
android/CHANGELOG.md Normal file
View File

@@ -0,0 +1,9 @@
# Android Changelog
## 2026-03-08
### Step 1 - Build and app wiring
- Added Android project plugin configuration for Hilt and Kotlin serialization.
- Added dependency repositories and explicit app module include in settings.
- Added app dependencies for Retrofit/OkHttp, DataStore, coroutines, Hilt, and unit testing.
- Enabled INTERNET permission and registered MessengerApplication in manifest.
- Added MessengerApplication with HiltAndroidApp.