This commit is contained in:
Dimitris
2026-03-23 07:10:26 +01:00
parent d1968cfa68
commit bc8a53a5d8
13 changed files with 78 additions and 59 deletions

View File

@@ -13,8 +13,8 @@ android {
applicationId = "com.kouros.navigation"
minSdk = 33
targetSdk = 36
versionCode = 73
versionName = "0.2.0.73"
versionCode = 76
versionName = "0.2.0.76"
base.archivesName = "navi-$versionName"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}