15c5fb4dbd
- Add Software Design Specification (Word) - Add Software Test Plan (Word) - Create Android project with Kotlin + Clean Architecture - Implement MVVM pattern with ViewModels - Create Dashboard, Data, Map, Settings fragments - Add custom ArtificialHorizonView for flight display - Configure navigation and bottom navigation - Add GPS and sensor data collection service
7 lines
196 B
Properties
7 lines
196 B
Properties
# Project-wide Gradle settings.
|
|
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
kotlin.code.style=official
|
|
android.nonTransitiveRClass=true
|