Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from yash-ahir/revert-2-fdroid-compatibility
Browse files Browse the repository at this point in the history
Revert "Add unsigned F-Droid release flavor to build.gradle"
  • Loading branch information
yash-ahir committed May 17, 2021
2 parents fe31286 + dc4338a commit cd8e9ab
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions android/app/build.gradle
Expand Up @@ -59,22 +59,6 @@ android {
signingConfig signingConfigs.release
}
}
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"
}
}
}


}

Expand Down

0 comments on commit cd8e9ab

Please sign in to comment.