mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-23 04:33:54 -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)",
|
"app_name": "Wikipedia Médica (Offline)",
|
||||||
"package": "org.kiwix.kiwixcustomwikimedes",
|
"package": "org.kiwix.kiwixcustomwikimedes",
|
||||||
"version_name": "2016-08",
|
"version_name": "2016-09",
|
||||||
"version_code": "1",
|
"version_code": "3",
|
||||||
"zim_file": "customapp/wikimedes/content.zim",
|
"zim_file": "customapp/wikimedes/content.zim",
|
||||||
"embed_zim": false,
|
"embed_zim": false,
|
||||||
"ic_launcher": "customapp/wikimedes/icon.png",
|
"ic_launcher": "customapp/wikimedes/icon.png",
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"app_name": "ویکیپدیای پزشکی (آفلاین)",
|
"app_name": "ویکیپدیای پزشکی (آفلاین)",
|
||||||
"package": "org.kiwix.kiwixcustomwikimedfa",
|
"package": "org.kiwix.kiwixcustomwikimedfa",
|
||||||
"version_name": "2016-08",
|
"version_name": "2016-09",
|
||||||
"version_code": "1",
|
"version_code": "3",
|
||||||
"zim_file": "customapp/wikimedfa/content.zim",
|
"zim_file": "customapp/wikimedfa/content.zim",
|
||||||
"embed_zim": false,
|
"embed_zim": false,
|
||||||
"ic_launcher": "customapp/wikimedfa/icon.png",
|
"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 apiclient.discovery import build
|
||||||
from oauth2client import client
|
from oauth2client import client
|
||||||
from oauth2client.service_account import ServiceAccountCredentials
|
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"
|
logger.error("Missing Google API Client dependency.\n"
|
||||||
"Please install with: \n"
|
"Please install with: \n"
|
||||||
"apt-get install libffi-dev libssl-dev python-pip\n"
|
"apt-get install libffi-dev libssl-dev python3-pip\n"
|
||||||
"pip install google-api-python-client PyOpenSSL\n"
|
"pip3 install google-api-python-client PyOpenSSL\n"
|
||||||
"Install from github in case of oauth http errors.")
|
"Install from github in case of oauth http errors.")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user