Skip to content

Commit

Permalink
Merge pull request #49 from boschglobal/feature-44
Browse files Browse the repository at this point in the history
feature(Build): Remove F-Droid BuildType
  • Loading branch information
Chrylo authored Feb 6, 2024
2 parents df8db5c + 8adca88 commit d2a3cd8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@ android {
)
signingConfig = signingConfigs.getByName("release")
}
// For the F-Droid store release where an unsigned artifact is needed
create("fDroid") {
initWith(getByName("release"))
signingConfig = null
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit d2a3cd8

Please sign in to comment.