This commit is contained in:
Dimitris
2026-03-16 15:09:03 +01:00
parent 5198725879
commit ada878b23c
21 changed files with 235 additions and 8724 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId = "com.kouros.navigation"
minSdk = 33
targetSdk = 36
versionCode = 68
versionName = "0.2.0.68"
versionCode = 71
versionName = "0.2.0.71"
base.archivesName = "navi-$versionName"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
@@ -69,6 +69,8 @@ android {
buildFeatures {
compose = true
}
}
dependencies {