From e77a0a216b710c808bf37b7a9160793f061f3590 Mon Sep 17 00:00:00 2001 From: Hikaru <37921907+voipsy@users.noreply.github.com> Date: Thu, 10 Jun 2021 15:25:50 +0800 Subject: [PATCH] Update config.json Use android 8.1 --- config.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config.json b/config.json index 499f4ff..dd704d8 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": "voipsy", - "git_email": "37921907+voipsy@users.noreply.github.com", + "twrp_branch": "twrp-8.1", + "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", + "dt_path": "device/xiaomi/lx04", "device_code": "kiwi", "fix_product": true, "fix_misscom": true, "fix_busybox": false, - "fix_branch": "android-9.0" + "fix_branch": "android-8.1" }