This commit is contained in:
Dimitris
2026-04-22 17:44:08 +02:00
parent f388ba0fb8
commit 0fa625d785
38 changed files with 658 additions and 190 deletions
+4 -4
View File
@@ -11,14 +11,14 @@ val properties = Properties().apply {
android {
namespace = "com.kouros.navigation"
compileSdk = 36
compileSdk = 37
defaultConfig {
applicationId = "com.kouros.navigation"
minSdk = 33
targetSdk = 36
versionCode = 94
versionName = "0.2.3.94"
targetSdk = 37
versionCode = 97
versionName = "0.2.3.97"
base.archivesName = "navi-$versionName"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}