From c7882e5e0bcb2c0c14344d109650f450a01c267e Mon Sep 17 00:00:00 2001 From: Hikaru <37921907+voipsy@users.noreply.github.com> Date: Thu, 10 Jun 2021 11:43:27 +0800 Subject: [PATCH] Update config.json --- config.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.json b/config.json index ba869fc..3d9f395 100644 --- a/config.json +++ b/config.json @@ -1,16 +1,16 @@ { "twrp_url": "https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni", "twrp_branch": "twrp-9.0", - "git_username": "Pinkdoge", - "git_email": "42758990+Pinkdoge@users.noreply.github.com", + "git_username": "voipsy", + "git_email": "37921907+voipsy@users.noreply.github.com", "use_own_dt": true, - "dt_url": "pinkdoge/twrp_device_huawei_kiwi", - "dt_branch": "android-9.0", + "dt_url": "mouZhe/twrp_device_xiaomi_mi_lx04", + "dt_branch": "main", "dt_remote": "github", - "dt_path": "device/huawei/kiwi", - "device_code": "kiwi", + "dt_path": "device/xiaomi/lx04", + "device_code": "lx04", "fix_product": true, "fix_misscom": true, "fix_busybox": false, - "fix_branch": "android-9.0" + "fix_branch": "android-8.1" }