aboutsummaryrefslogtreecommitdiff
path: root/app/src/google/java/github/daneren2005/dsub/util/compat/GoogleCompat.java
AgeCommit message (Collapse)Author
2023-01-08Migrate to AndroidXIván Ávalos
2020-10-03Fallback to default media receiver application when Google castingMoritz Maxeiner
2017-10-13Use product flavours to enable builds without proprietary librariesCarey Metcalfe
This commit uses build flavours to provide two different builds: A 'floss' build and a 'google' build. - The 'floss' build builds a basic version of the app with no dependencies on proprietary libraries. - The 'google' build adds Chromecast support and a few other extras provided by Google Play Services