X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/ccf0dd161fca0730b5aa753f0eae6933ea89b489..1fbcd236d4ff4f13be6d17b016e84de054d075c9:/tools/config/__init__.py diff --git a/tools/config/__init__.py b/tools/config/__init__.py index 2c5b919..930a673 100644 --- a/tools/config/__init__.py +++ b/tools/config/__init__.py @@ -12,7 +12,7 @@ from tools.config.save import save, save_session # # Exported variables (internal configuration) # -version = "1.2.0" +version = "1.3.0" tools_src = os.path.normpath(os.path.realpath(__file__) + "/../../..") # Keys saved in the config file (mostly what we ask in 'waydroid init') @@ -71,8 +71,8 @@ if session_defaults["pulse_runtime_path"] == "None": channels_defaults = { "config_path": "/usr/share/waydroid-extra/channels.cfg", - "system_channel": "http://ota.waydro.id/system", - "vendor_channel": "http://ota.waydro.id/vendor", + "system_channel": "https://ota.waydro.id/system", + "vendor_channel": "https://ota.waydro.id/vendor", "rom_type": "lineage", "system_type": "VANILLA" }