[AA] Added CarInfo tab to Android Auto
Added a new tab for subscribing to and showing CarProperties within Android Auto. The UI handling is a bit sluggish still, but can potentially be imporved further.
This commit is contained in:
@@ -5,14 +5,6 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
signingConfigs {
|
||||
debug {
|
||||
storeFile file('/home/aldo270717/AndroidStudioProjects/AldoApps_KeystoreUpload.jks')
|
||||
storePassword 'p49Js5ewYPZbkvhj'
|
||||
keyAlias 'upload'
|
||||
keyPassword 'p49Js5ewYPZbkvhj'
|
||||
}
|
||||
}
|
||||
namespace 'com.aldo.apps.familyhelpers'
|
||||
compileSdk 34
|
||||
|
||||
@@ -29,9 +21,9 @@ android {
|
||||
applicationId "com.aldo.apps.familyhelpers"
|
||||
minSdk 32
|
||||
targetSdk 34
|
||||
versionCode 8
|
||||
versionName "0.2.3"
|
||||
android.buildFeatures.buildConfig true
|
||||
versionCode 12
|
||||
versionName "0.2.7"
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@@ -40,6 +32,7 @@ android {
|
||||
signingConfig signingConfigs.myCustomKeystore
|
||||
buildConfigField "String", "GOOGLE_MAPS_API_KEY", "\"${googleMapsApiKeyRelease}\""
|
||||
manifestPlaceholders.google_maps_api_key = googleMapsApiKeyRelease
|
||||
minifyEnabled false
|
||||
}
|
||||
release {
|
||||
signingConfig signingConfigs.myCustomKeystore
|
||||
|
||||
Reference in New Issue
Block a user