Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
azwhikaru authored Jun 12, 2021
1 parent 63ce7ac commit ff09f6f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"twrp_url": "https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni/",
"twrp_branch": "twrp-8.1",
"twrp_branch": "twrp-7.1",
"git_username": "Voipsy",
"git_email": "37921907+Voipsy@users.noreply.github.com",
"use_own_dt": true,
"dt_url": "mouZhe/twrp_device_xiaomi_mi_lx04",
"dt_branch": "main",
"dt_url": "TeamWin/android_device_wingtech_wt88047",
"dt_branch": "android-7.1",
"dt_remote": "github",
"dt_path": "device/xiaomi/lx04",
"device_code": "lx04",
"use_omin_head": false,
"use_repair_manifest": false,
"dt_path": "device/wingtech/wt88047",
"device_code": "wt88047",
"use_omin_head": true,
"fix_frameworks": true,
"fix_product": true,
"fix_misscom": true,
"use_repair_manifest": false,
"fix_product": false,
"fix_misscom": false,
"fix_busybox": false,
"fix_branch": "android-8.1"
"fix_branch": "android-7.1"
}

0 comments on commit ff09f6f

Please sign in to comment.