Skip to content

Commit

Permalink
For F-Droid, the previous keys should work too, because they tied to …
Browse files Browse the repository at this point in the history
…F-DRoid signature
  • Loading branch information
gzsombor committed Aug 5, 2019
1 parent f4da4ba commit 12155f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ android {
applicationId "free.rm.skytube.oss"
resValue "string", "app_name", "SkyTube"
dimension "skytube"
buildConfigField 'String[]', 'YOUTUBE_API_KEYS',
'{' + // new keys
'"AIzaSyDc3jDqguaCZSKpAwpvgkr0OwUZPFRvcX8",' +
'"AIzaSyAlDQa9lCW_YZ10_nml6mNygjEy37b0pmo",' +
'"AIzaSyCJjgfBdvHGoZCILxcTE1HeBd-_megm05o",' +
// old keys, but this can be used with FDroid
'"AIzaSyC27jgPDHkQsQK8TW4ngrQprSCnlMTJ04w",' +
'"AIzaSyCmXsaE6ZW14-1vM5zceWnGWnB73FkY7U4",' +
'"AIzaSyBd3Loyy_XN2tPHPfc1E7EkSkdCqfzTHxg"' +
'}'
}
// 99% Open-source edition: uses the YouTube Player Jar [i.e. proprietary module - optional usage]
extra {
Expand Down

0 comments on commit 12155f2

Please sign in to comment.