aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
AgeCommit message (Collapse)Author
2023-09-16- [shared] Downgrade Kotlin to 1.8.22 due to Native issuesIván Ávalos
- [shared] Upgrade Ktor to 2.3.4 and migrate code - [ios] Update view models to use @MainActor and Kotlin migrations
2023-09-11[android] Upgrade AGP, Kotlin plugin, JDK + StateFlow fixesIván Ávalos
2023-09-11[android] Upgrade AGP and base dependenciesIván Ávalos
2022-01-17Refactored map fragment into wrapper with an overlay that contains zoom buttonsIván Ávalos
2022-01-13Introduced Google product flavor for FCM notificationsIván Ávalos
2021-12-06WIP: Implements the Login functionalityIsidro Henoch
- Adds multiple android dependencies, for DI and some utilities - Updates colors and styles - Adds an Application - Adds the Login Fragment and ViewModel
2021-12-05Added WhirlyGlobeMaply dependency for mapsIván Ávalos
2021-12-05Added WhirlyGlobeMaply dependency for mapsIván Ávalos
2021-12-05Adds x-www-form-urlencoded support to http clientIsidro Henoch
- Installs a serialization library - Installs a ktor logging library - Updates ApiClient to support x-www-form-urlencoded requests - Serializes the User data model
2021-12-03Inits the projectIsidro Henoch