Skip to content

Commit 5cab451

Browse files
Fix release v1.1.15 (#158)
1 parent dd0defe commit 5cab451

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ android {
2020
applicationId = "com.mubarak.mbcompass"
2121
minSdk = 23
2222
targetSdk = 36
23-
versionCode = 15
24-
versionName = "1.1.14"
23+
versionCode = 16
24+
versionName = "1.1.15"
2525

2626
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2727
vectorDrawables {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Fix F-droid build issue caused by baseline lint: No user facing changes

0 commit comments

Comments
 (0)