mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-22 12:03:09 -04:00
Merge branch 'master' of https://github.com/kiwix/kiwix
This commit is contained in:
commit
c5377b212c
@ -1,8 +1,8 @@
|
||||
{
|
||||
"app_name": "Wikipedia Médica (Offline)",
|
||||
"package": "org.kiwix.kiwixcustomwikimedes",
|
||||
"version_name": "2016-08",
|
||||
"version_code": "1",
|
||||
"version_name": "2016-09",
|
||||
"version_code": "3",
|
||||
"zim_file": "customapp/wikimedes/content.zim",
|
||||
"embed_zim": false,
|
||||
"ic_launcher": "customapp/wikimedes/icon.png",
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"app_name": "ویکیپدیای پزشکی (آفلاین)",
|
||||
"package": "org.kiwix.kiwixcustomwikimedfa",
|
||||
"version_name": "2016-08",
|
||||
"version_code": "1",
|
||||
"version_name": "2016-09",
|
||||
"version_code": "3",
|
||||
"zim_file": "customapp/wikimedfa/content.zim",
|
||||
"embed_zim": false,
|
||||
"ic_launcher": "customapp/wikimedfa/icon.png",
|
||||
|
BIN
customapp/wikimedfr/icon.png
Normal file
BIN
customapp/wikimedfr/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
10
customapp/wikimedfr/info.json
Normal file
10
customapp/wikimedfr/info.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"app_name": "Wikipédia médicale hors-ligne",
|
||||
"package": "org.kiwix.kiwixcustomwikimedfr",
|
||||
"version_name": "2016-09",
|
||||
"version_code": "1",
|
||||
"zim_file": "customapp/wikimedfr/content.zim",
|
||||
"embed_zim": false,
|
||||
"ic_launcher": "customapp/wikimedfr/icon.png",
|
||||
"enforced_lang": "fr"
|
||||
}
|
@ -121,11 +121,12 @@ def upload_to_play_store(jsdata, channel=None):
|
||||
from apiclient.discovery import build
|
||||
from oauth2client import client
|
||||
from oauth2client.service_account import ServiceAccountCredentials
|
||||
except ImportError:
|
||||
except ImportError as error:
|
||||
logger.error("You don't have module {0} installed".format(error))
|
||||
logger.error("Missing Google API Client dependency.\n"
|
||||
"Please install with: \n"
|
||||
"apt-get install libffi-dev libssl-dev python-pip\n"
|
||||
"pip install google-api-python-client PyOpenSSL\n"
|
||||
"apt-get install libffi-dev libssl-dev python3-pip\n"
|
||||
"pip3 install google-api-python-client PyOpenSSL\n"
|
||||
"Install from github in case of oauth http errors.")
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user