Skip to content

Commit

Permalink
chore: remove dependencies info and prepare release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeyls committed Oct 7, 2024
1 parent aa68ba5 commit bbfedcc
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId = "be.digitalia.mediasession2mqtt"
minSdk = 22
targetSdk = 34
versionCode = 2100110
versionName = "1.1.0"
versionCode = 2100111
versionName = "1.1.1"

resourceConfigurations += listOf("en")
}
Expand Down Expand Up @@ -41,6 +41,11 @@ android {
}
}
}
dependenciesInfo {
includeInApk = false
includeInBundle = false
}

buildFeatures {
buildConfig = true
}
Expand Down

0 comments on commit bbfedcc

Please sign in to comment.