diff --git a/README.md b/README.md index 1fb42e1f..f7679f6a 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ Application offers integration with `Android Auto` and it is available in google Application offers few configurable screens which visualize vehicle telemetry data. +### Android Auto (Performance Dashboard) +| | | +|-----------------------------------------------------|-----------------------------------------------------| +| ![Alt text](./res/aa_7.jpg?raw=true "Android Auto") | + + ### Android Auto (Trip Info Dashboard) | | | |-----------------------------------------------------|-----------------------------------------------------| diff --git a/app/build.gradle b/app/build.gradle index f60aec9b..c95dc075 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,7 +58,7 @@ android { dimension "version" resValue "string", "DEFAULT_PROFILE", "profile_8" applicationId "org.obd.graphs.my.giulia.aa" - versionCode 157 + versionCode 159 } giuliaPerformanceMonitor { diff --git a/res/aa_7.jpg b/res/aa_7.jpg new file mode 100644 index 00000000..548656b7 Binary files /dev/null and b/res/aa_7.jpg differ