Remove close action

This commit is contained in:
Dimitris
2026-05-15 10:17:21 +02:00
parent 9b4e730dcf
commit 02107256c7
7 changed files with 49 additions and 47 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ android {
applicationId = "com.kouros.navigation"
minSdk = 33
targetSdk = 37
versionCode = 111
versionName = "0.3.0.111"
versionCode = 112
versionName = "0.3.0.112"
base.archivesName = "navi-$versionName"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}