We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0defe commit 5cab451Copy full SHA for 5cab451
2 files changed
app/build.gradle.kts
@@ -20,8 +20,8 @@ android {
20
applicationId = "com.mubarak.mbcompass"
21
minSdk = 23
22
targetSdk = 36
23
- versionCode = 15
24
- versionName = "1.1.14"
+ versionCode = 16
+ versionName = "1.1.15"
25
26
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
27
vectorDrawables {
fastlane/metadata/android/en-US/changelogs/15.txt
@@ -0,0 +1 @@
1
+- Fix F-droid build issue caused by baseline lint: No user facing changes
0 commit comments