#
# 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')
channels_defaults = {
"config_path": "/usr/share/waydroid-extra/channels.cfg",
- "system_channel": "https://raw.githubusercontent.com/waydroid/OTA/master/system",
- "vendor_channel": "https://raw.githubusercontent.com/waydroid/OTA/master/vendor",
+ "system_channel": "https://ota.waydro.id/system",
+ "vendor_channel": "https://ota.waydro.id/vendor",
"rom_type": "lineage",
"system_type": "VANILLA"
}