Android application for Audi vehicle control and monitoring.
This is a Kotlin-based Android project built with Gradle.
- Android Studio
- JDK 11+
- Android SDK
Open the project in Android Studio and sync Gradle, or build from the command line:
./gradlew buildThe main application code is in the app/ directory.
./gradlew assembleDebug./gradlew test