Skip to content

Commit 1808a0f

Browse files
committed
Updated app version
1 parent 76057d3 commit 1808a0f

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.idea/deploymentTargetSelector.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle.kts

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ android {
1515
applicationId = "com.mubarak.mbcompass"
1616
minSdk = 21
1717
targetSdk = 35
18-
versionCode = 4
19-
versionName = "1.1.3"
18+
versionCode = 5
19+
versionName = "1.1.4"
2020

2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222
vectorDrawables {
@@ -103,8 +103,3 @@ dependencies {
103103
implementation(libs.androidx.ui.tooling.preview)
104104
}
105105

106-
task("printVersionName"){
107-
doLast {
108-
println(android.defaultConfig.versionName)
109-
}
110-
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added Map Screen to show user current location on map.

0 commit comments

Comments
 (0)