Fix service notification channel for older Android versions (prior to Oreo) #231

Merged
akinwale merged 2 commits from notification-channel-hotfix into master 2018-08-14 19:19:33 +02:00
Showing only changes of commit 84e4151f42 - Show all commits

View file

@ -7,7 +7,7 @@ import sh
class LibGMPRecipe(Recipe): class LibGMPRecipe(Recipe):
version = '6.1.2' version = '6.1.2'
url = 'https://ftp.gnu.org/pub/gnu/gmp/gmp-{version}.tar.bz2' url = 'http://www.mirrorservice.org/pub/gnu/gmp/gmp-{version}.tar.bz2'
#url = 'https://gmplib.org/download/gmp/gmp-{version}.tar.bz2' #url = 'https://gmplib.org/download/gmp/gmp-{version}.tar.bz2'
def should_build(self, arch): def should_build(self, arch):