From c8c07dd5f89f6bb971583b88e85575fd7be7d5d9 Mon Sep 17 00:00:00 2001 From: NotNoelChannel <52098241+NotNoelChannel@users.noreply.github.com> Date: Sun, 12 May 2024 21:55:00 +0200 Subject: [PATCH] Update j3xnlte_lineage.yml --- .github/workflows/j3xnlte_lineage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/j3xnlte_lineage.yml b/.github/workflows/j3xnlte_lineage.yml index 87c4eacc..f21fb3fc 100644 --- a/.github/workflows/j3xnlte_lineage.yml +++ b/.github/workflows/j3xnlte_lineage.yml @@ -52,7 +52,7 @@ jobs: git clone https://github.com/LineageOS/android_hardware_samsung -b cm-14.1 ~/TWRP/hardware/samsung git clone https://github.com/LineageOS/android_external_stlport -b cm-14.1 ~/TWRP/external/stlport git clone https://github.com/LineageOS/android_external_sony_boringssl-compat -b cm-14.1 ~/TWRP/external/sony/boringssl-compat - git clone https://github.com/TeamWin/android_bootable_recovery -b android-8.0 ~/TWRP/bootable/recovery-twrp + git clone https://github.com/TeamWin/android_bootable_recovery -b android-9.0 ~/TWRP/bootable/recovery-twrp git clone https://github.com/LineageOS/android_packages_apps_SamsungServiceMode -b cm-14.1 ~/TWRP/packages/apps/SamsungServiceMode git config --global user.email "you@example.com" git config --global user.name "Your Name"