Skip to content

Commit

Permalink
Remove dependency infos from signing block metadata for F-Droid repro…
Browse files Browse the repository at this point in the history
…ducible build compatibility.
  • Loading branch information
Staacks committed Nov 24, 2024
1 parent 3df1b5e commit a03d255
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId = "org.staacks.alpharemote"
minSdk = 31
targetSdk = 35
versionCode = 181
versionName = "0.18a"
versionCode = 182
versionName = "0.18b"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
Expand All @@ -35,6 +35,10 @@ android {
dataBinding = true
buildConfig = true
}

dependenciesInfo {
includeInApk = false
}
}

dependencies {
Expand Down

0 comments on commit a03d255

Please sign in to comment.