Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
For dipper
  • Loading branch information
azwhikaru authored Jul 22, 2021
1 parent b1403fe commit 792c2f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"twrp_url": "https://github.com/minimal-manifest-twrp/platform_manifest_twrp_omni",
"twrp_branch": "twrp-9.0",
"twrp_branch": "twrp-10.0",
"git_username": "voipsy",
"git_email": "37921907+voipsy@users.noreply.github.com",
"use_own_dt": true,
"dt_url": "mauronofrio/android_device_xiaomi_pyxis",
"dt_branch": "android-9.0",
"dt_url": "ZonaRMR/android_device_xiaomi_dipper",
"dt_branch": "android-10.0",
"dt_remote": "github",
"dt_path": "device/xiaomi/pyxis",
"device_code": "pyxis",
"dt_path": "device/xiaomi/dipper",
"device_code": "dipper",
"use_omin_head": true,
"use_repair_manifest": true,
"fix_product": true,
"fix_misscom": true,
"fix_busybox": false,
"fix_branch": "android-9.0"
"fix_branch": "android-10.0"
}

0 comments on commit 792c2f2

Please sign in to comment.