tylerbwong / stack

An Android app for browsing Stack Overflow and other Stack Exchange sites.
https://stack.tylerbwong.me
GNU General Public License v3.0
506 stars 34 forks source link

Split App Into Common and Play Product Flavors #112

Closed tylerbwong closed 2 years ago

tylerbwong commented 3 years ago

Description

This is the first step in resolving #110. In order to comply with F-Droid's inclusion policy, we must not include closed-source/non-free dependencies in the main app target. This creates two new product flavors:

Checklist

tylerbwong commented 2 years ago

Covered by 9987845