Skip to content

Commit

Permalink
Revert "add fdroid build config"
Browse files Browse the repository at this point in the history
This reverts commit 406b682.
  • Loading branch information
goaaats committed May 12, 2021
1 parent b3f8638 commit fd162b9
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,6 @@ android {
signingConfig signingConfigs.debug
}
}

flavorDimensions "deploy"

productFlavors {
fdroid {
dimension "deploy"
signingConfig null
}
}

android.applicationVariants.all { variant ->
if (variant.flavorName == "fdroid") {
variant.outputs.all { output ->
output.outputFileName = "app-fdroid-release.apk"
}
}
}
}

flutter {
Expand Down

0 comments on commit fd162b9

Please sign in to comment.