X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/ca6f8c56bc73b6ab3722f8cf61dcbf5bbe6d12d4..facf2b713da1038bbc960bb7e094bdb80213485e:/tools/config/__init__.py diff --git a/tools/config/__init__.py b/tools/config/__init__.py index 4978634..97bba86 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.1.1" +version = "1.2.1" 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" }