Claude refactoring

This commit is contained in:
Dimitris
2026-02-25 11:09:31 +01:00
parent 5a6165dff8
commit eb6d3e4ef7
14 changed files with 553 additions and 288 deletions

View File

@@ -14,8 +14,8 @@ android {
applicationId = "com.kouros.navigation"
minSdk = 33
targetSdk = 36
versionCode = 49
versionName = "0.2.0.49"
versionCode = 50
versionName = "0.2.0.50"
base.archivesName = "navi-$versionName"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}