This commit is contained in:
Dimitris
2026-02-21 11:12:22 +01:00
parent 723707dac6
commit 71d3d17847
9 changed files with 50 additions and 103 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.kouros.navigation"
minSdk = 33
targetSdk = 36
versionCode = 43
versionName = "0.2.0.43"
versionCode = 45
versionName = "0.2.0.45"
base.archivesName = "navi-$versionName"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}