[AA] Refactored Android Auto Logic to be extendable
Refactored the AA logic so it is more easy to be extended in future. Also changed from a standard Grid to a Tabbed grid and prepared a UI for the Vehicle Information values That will be added in the next commit.
This commit is contained in:
@@ -5,6 +5,14 @@ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user