Skip to content

Commit

Permalink
Reproducible builds: exclude dependenciesInfo.
Browse files Browse the repository at this point in the history
Part of #418.
  • Loading branch information
dennisguse committed Dec 14, 2024
1 parent e3cdc95 commit 6385acc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ android {
}

nightly {
signingConfig signingConfigs.nightly
applicationIdSuffix ".nightly"
signingConfig signingConfigs.nightly
}

release {
Expand All @@ -122,6 +122,12 @@ android {
}
}
}

dependenciesInfo {
//Disabled for reproducible builds
includeInApk = false
includeInBundle = false
}
}

dependencies {
Expand Down

0 comments on commit 6385acc

Please sign in to comment.