From 9a0859834374bae9a7b4e9caa63be2f812600820 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Fri, 7 Oct 2022 10:59:29 +0000 Subject: [PATCH] al_azan - grab srclib commit from repo --- metadata/com.github.meypod.al_azan.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/metadata/com.github.meypod.al_azan.yml b/metadata/com.github.meypod.al_azan.yml index e8c3523d43..67cf3bcf11 100644 --- a/metadata/com.github.meypod.al_azan.yml +++ b/metadata/com.github.meypod.al_azan.yml @@ -367,6 +367,11 @@ Builds: tools:node="remove" />' -e 's!xmlns:android!xmlns:tools="http://schemas.android.com/tools" xmlns:android!' src/main/AndroidManifest.xml - pushd ../.. + - export NOTIFEE_COMMIT=$(grep \^notifee_git_tag dl_notifee_core.sh|cut -d "\"" + -f2) + - pushd $$meypod-notifee$$ + - git checkout $NOTIFEE_COMMIT + - popd - mkdir -p ./node_modules/@notifee/core/ - cp -r $$meypod-notifee$$/android ./node_modules/@notifee/core/ - sed -E -i 's/^.*(fabric|com\.(crashlytics|google\.(firebase|android.gms))).*$//g'