CarHardwareInfoScreen

This commit is contained in:
Dimitris
2026-06-17 09:15:23 +02:00
parent a3b22c386b
commit e33eba0d51
11 changed files with 633 additions and 56 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ android {
applicationId = "com.kouros.navigation"
minSdk = 33
targetSdk = 37
versionCode = 125
versionName = "0.3.2.125"
versionCode = 131
versionName = "0.4.0.131"
base.archivesName = "navi-$versionName"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}