Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
2023.7 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod authored Sep 8, 2023
1 parent c908cd4 commit 73089dc
Show file tree
Hide file tree
Showing 47 changed files with 1,138 additions and 1,256 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "browser"]
path = browser
url = https://github.com/mozilla-mobile/fenix.git
branch = v105.1.0
url = https://github.com/mozilla-mobile/firefox-android.git
branch = fenix-v115.2.1
6 changes: 4 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ node('browser-builder') {
sh 'rm -rf browser'
sh 'git submodule init'
sh 'git submodule update --force'
sh './reset.sh'
sh 'rm -rf browser/fenix/app/build'
sh './import.sh'
}

Expand All @@ -12,7 +14,7 @@ node('browser-builder') {
}

image.inside("--env GRADLE_USER_HOME=${pwd()}/gradle_home") {
dir('browser') {
dir('browser/fenix') {
stage('bootstrap') {
sh './bootstrap.sh'
}
Expand All @@ -31,7 +33,7 @@ node('browser-builder') {
}
}
stage('archive') {
archiveArtifacts artifacts: 'browser/app/build/outputs/apk/**/*.apk'
archiveArtifacts artifacts: 'browser/fenix/app/build/outputs/apk/**/*.apk'
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ set -x
set -e

EXT_DIR="app/src/main/assets/extensions/ghostery"
DOWNLOAD_URL="https://github.com/ghostery/ghostery-extension/releases/download/v8.8.1/ghostery-dawn-v8.8.1.xpi"
DOWNLOAD_URL="https://github.com/ghostery/ghostery-extension/releases/download/v8.11.1/ghostery-dawn-v8.11.1.xpi"
rm -rf "$EXT_DIR"
mkdir -p "$EXT_DIR"
curl -L -o ghostery.zip "$DOWNLOAD_URL"
unzip -o ghostery.zip -d "$EXT_DIR"
rm ghostery.zip

SEARCH_EXT_DIR="app/src/main/assets/extensions/ghostery-search"
SEARCH_DOWNLOAD_URL="https://github.com/ghostery/ghostery-search-extension/releases/download/v1.0.2/ghostery_glow-1.0.2.zip"
SEARCH_DOWNLOAD_URL="https://github.com/ghostery/ghostery-search-extension/releases/download/v1.1.0/ghostery_private_search-1.1.0.zip"
rm -rf "$SEARCH_EXT_DIR"
mkdir -p "$SEARCH_EXT_DIR"
curl -L -o ghostery_search.zip "$SEARCH_DOWNLOAD_URL"
Expand Down
2 changes: 1 addition & 1 deletion browser
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
export FENIX_TAG=v105.1.0
export FENIX_TAG=fenix-v115.2.1
6 changes: 3 additions & 3 deletions import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source ./config.sh

./reset.sh

cd browser
cd browser/fenix

# remove translations
for LANG in 'an' 'ar' 'ast' 'az' 'be' 'bg' 'bn' 'br' 'bs' 'ca' 'cak' 'co' 'cs' 'cy' 'da' 'dsb' 'el' 'en-rCA' 'en-rGB' 'eo' 'es-rAR' 'es-rCL' 'es-rES' 'es-rMX' 'et' 'eu' 'fa' 'ff' 'fi' 'fy-rNL' 'ga-rIE' 'gd' 'gn' 'gu-rIN' 'hi-rIN' 'hr' 'hsb' 'hy-rAM' 'in' 'is' 'iw' 'ka' 'kab' 'kk' 'kn' 'lij' 'lo' 'lt' 'ml' 'mr' 'my' 'nb-rNO' 'nn-rNO' 'oc' 'pa-rIN' 'pt-rPT' 'rm' 'ro' 'sk' 'sl' 'sq' 'sr' 'su' 'sv-rSE' 'ta' 'te' 'th' 'tr' 'trs' 'uk' 'ur' 'uz' 'vec' 'vi'
Expand All @@ -15,7 +15,7 @@ done
git commit -m "Remove unsupported translations"

# copy assets into browser tree
rsync -av ../assets/ ../browser/
rsync -av ../../assets/ ../../browser/fenix
git add . && git commit -a -m "Copy static assets"

# Install Ghostery Browser Extension
Expand All @@ -24,4 +24,4 @@ git add . && git commit -a -m "Add extensions"

git tag -f $FENIX_TAG-start
# apply patches
git am --ignore-space-change --ignore-whitespace ../patches/*
git am --ignore-space-change --ignore-whitespace ../../patches/*
73 changes: 42 additions & 31 deletions patches/0001-Ghostery-Logo-Added.patch
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
From 962de08f28223f82299ea48129f5eaae53f79e4d Mon Sep 17 00:00:00 2001
From ebb45e5dbe1efe7a876a7f5db8a0b064ed235242 Mon Sep 17 00:00:00 2001
From: Sam Macbeth <[email protected]>
Date: Mon, 24 Aug 2020 16:19:12 +0200
Subject: Ghostery Logo Added

---
app/build.gradle | 19 ++++++++++++++++++-
fenix/app/build.gradle | 21 +++++++++++++++++--
.../res/mipmap-anydpi-v26/ic_launcher.xml | 2 +-
.../mipmap-anydpi-v26/ic_launcher_round.xml | 2 +-
3 files changed, 20 insertions(+), 3 deletions(-)
3 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index f346771cc..fe68d68f4 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -34,7 +34,7 @@ android {
diff --git a/fenix/app/build.gradle b/fenix/app/build.gradle
index fe39a12064..50dab8d5e8 100644
--- a/fenix/app/build.gradle
+++ b/fenix/app/build.gradle
@@ -33,7 +33,7 @@ android {
}

defaultConfig {
Expand All @@ -22,54 +22,65 @@ index f346771cc..fe68d68f4 100644
minSdkVersion Config.minSdkVersion
targetSdkVersion Config.targetSdkVersion
versionCode 1
@@ -147,6 +147,23 @@ android {
"deepLinkScheme": deepLinkSchemeValue
]
@@ -110,7 +110,7 @@ android {
debug {
shrinkResources false
minifyEnabled false
- applicationIdSuffix ".fenix.debug"
+ applicationIdSuffix ".debug"
resValue "bool", "IS_DEBUG", "true"
pseudoLocalesEnabled true
}
@@ -162,6 +162,23 @@ android {
applicationIdSuffix ".fenix"
debuggable false
}
+ ghostery releaseTemplate >> {
+ buildConfigField "boolean", "USE_RELEASE_VERSIONING", "true"
+ applicationIdSuffix ".ghostery"
+ def deepLinkSchemeValue = "ghostery"
+ buildConfigField "String", "DEEP_LINK_SCHEME", "\"$deepLinkSchemeValue\""
+ manifestPlaceholders = [
+ // This release type is meant to replace Firefox (Release channel) and therefore needs to inherit
+ // its sharedUserId for all eternity. See:
+ // https://searchfox.org/mozilla-central/search?q=moz_android_shared_id&case=false&regexp=false&path=
+ // Shipping an app update without sharedUserId can have
+ // fatal consequences. For example see:
+ // - https://issuetracker.google.com/issues/36924841
+ // - https://issuetracker.google.com/issues/36905922
+ "sharedUserId": "com.ghostery.android.ghostery.sharedID",
+ "deepLinkScheme": deepLinkSchemeValue
+ // This release type is meant to replace Firefox (Release channel) and therefore needs to inherit
+ // its sharedUserId for all eternity. See:
+ // https://searchfox.org/mozilla-central/search?q=moz_android_shared_id&case=false&regexp=false&path=
+ // Shipping an app update without sharedUserId can have
+ // fatal consequences. For example see:
+ // - https://issuetracker.google.com/issues/36924841
+ // - https://issuetracker.google.com/issues/36905922
+ "sharedUserId": "com.ghostery.android.ghostery.sharedID",
+ "deepLinkScheme": deepLinkSchemeValue,
+ ]
+ }
}

buildFeatures {
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index be0fd11ac..6736fafb7 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -3,6 +3,6 @@
diff --git a/fenix/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/fenix/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index de34ac4858..9e9d6e7325 100644
--- a/fenix/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/fenix/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -3,7 +3,7 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@color/ic_launcher_background"/>
+ <background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
index be0fd11ac..6736fafb7 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -3,6 +3,6 @@
diff --git a/fenix/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/fenix/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
index de34ac4858..9e9d6e7325 100644
--- a/fenix/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ b/fenix/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -3,7 +3,7 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
- <background android:drawable="@color/ic_launcher_background"/>
+ <background android:drawable="@drawable/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
<monochrome android:drawable="@drawable/ic_launcher_monochrome"/>
</adaptive-icon>
--
2.37.2
2.39.2 (Apple Git-143)

64 changes: 32 additions & 32 deletions patches/0002-Removing-debug-launcher-icons.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
From ce45b42a6f89a7f2d294248e19311e223112c678 Mon Sep 17 00:00:00 2001
From 144289b219d572c58837fa6eea2c07d8b1bcca51 Mon Sep 17 00:00:00 2001
From: Stefano Pacifici <[email protected]>
Date: Fri, 5 Jun 2020 14:36:17 +0200
Subject: Removing debug launcher icons

---
.../res/drawable/ic_launcher_foreground.xml | 83 ------------------
app/src/debug/res/mipmap-hdpi/ic_launcher.png | Bin 3568 -> 0 bytes
.../src/debug/res/mipmap-hdpi/ic_launcher.png | Bin 3568 -> 0 bytes
.../res/mipmap-hdpi/ic_launcher_round.png | Bin 5056 -> 0 bytes
app/src/debug/res/mipmap-mdpi/ic_launcher.png | Bin 2389 -> 0 bytes
.../src/debug/res/mipmap-mdpi/ic_launcher.png | Bin 2389 -> 0 bytes
.../res/mipmap-mdpi/ic_launcher_round.png | Bin 3021 -> 0 bytes
.../debug/res/mipmap-xhdpi/ic_launcher.png | Bin 5316 -> 0 bytes
.../res/mipmap-xhdpi/ic_launcher_round.png | Bin 7356 -> 0 bytes
Expand All @@ -17,23 +17,23 @@ Subject: Removing debug launcher icons
.../res/mipmap-xxxhdpi/ic_launcher_round.png | Bin 17007 -> 0 bytes
.../ic_launcher_private_foreground.xml | 18 ----
12 files changed, 101 deletions(-)
delete mode 100644 app/src/debug/res/drawable/ic_launcher_foreground.xml
delete mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher.png
delete mode 100644 app/src/debug/res/mipmap-hdpi/ic_launcher_round.png
delete mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher.png
delete mode 100644 app/src/debug/res/mipmap-mdpi/ic_launcher_round.png
delete mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher.png
delete mode 100644 app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png
delete mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher.png
delete mode 100644 app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png
delete mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png
delete mode 100644 app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png
delete mode 100644 app/src/main/res/drawable-v26/ic_launcher_private_foreground.xml
delete mode 100644 fenix/app/src/debug/res/drawable/ic_launcher_foreground.xml
delete mode 100644 fenix/app/src/debug/res/mipmap-hdpi/ic_launcher.png
delete mode 100644 fenix/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png
delete mode 100644 fenix/app/src/debug/res/mipmap-mdpi/ic_launcher.png
delete mode 100644 fenix/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png
delete mode 100644 fenix/app/src/debug/res/mipmap-xhdpi/ic_launcher.png
delete mode 100644 fenix/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png
delete mode 100644 fenix/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png
delete mode 100644 fenix/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png
delete mode 100644 fenix/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png
delete mode 100644 fenix/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png
delete mode 100644 fenix/app/src/main/res/drawable-v26/ic_launcher_private_foreground.xml

diff --git a/app/src/debug/res/drawable/ic_launcher_foreground.xml b/app/src/debug/res/drawable/ic_launcher_foreground.xml
diff --git a/fenix/app/src/debug/res/drawable/ic_launcher_foreground.xml b/fenix/app/src/debug/res/drawable/ic_launcher_foreground.xml
deleted file mode 100644
index 844e479ef..000000000
--- a/app/src/debug/res/drawable/ic_launcher_foreground.xml
index 844e479ef4..0000000000
--- a/fenix/app/src/debug/res/drawable/ic_launcher_foreground.xml
+++ /dev/null
@@ -1,83 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
Expand Down Expand Up @@ -119,7 +119,7 @@ index 844e479ef..000000000
- <path android:pathData="M92.3,75.7c0,0.6 -0.4,1 -1,1a1,1 0,0 1,-1 -1c0,-0.5 0.5,-1 1,-1 0.6,0 1,0.5 1,1zM117.6,75.4c0,0.6 -0.5,1 -1,1a1,1 0,0 1,-1 -1.1c0,-0.5 0.5,-1 1,-1a1,1 0,0 1,1 1.1z"
- android:fillColor="#fff"/>
-</vector>
diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher.png b/app/src/debug/res/mipmap-hdpi/ic_launcher.png
diff --git a/fenix/app/src/debug/res/mipmap-hdpi/ic_launcher.png b/fenix/app/src/debug/res/mipmap-hdpi/ic_launcher.png
deleted file mode 100644
index 873b31cf5a66711a0c6f04630f750966ae740e3d..0000000000000000000000000000000000000000
GIT binary patch
Expand Down Expand Up @@ -197,7 +197,7 @@ z7sILgWmKeUh0u{iktnaF&gQ=oS+bM~OZRG3YcA+i>psw`%C6{C<?l}|;W6{rg$_a&
zp_50q<T>;NO~L1Qinj|`bSxH@^eHYDuP*WYXKt|m509DA(W%i-Kb;sG85tipl||?v
qbP+nyBs4`x$aI@-(`~v<k@o+tKosn;jGWm30000<MNUMnLSTaL->xA5

diff --git a/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png
diff --git a/fenix/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png b/fenix/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png
deleted file mode 100644
index 1536d6f1b02dc52abfb42bda6855e77c845ae510..0000000000000000000000000000000000000000
GIT binary patch
Expand Down Expand Up @@ -304,7 +304,7 @@ zoK;m^Ts)1{Bu?up9dis?-+Yn$Eyws=qok3vl1Itwma?QwDSL!l_dW-!M80hqlc?1;
zD^O_%;84JMSw2Nx<(Na#NLtAwd8G^~3zOheq&Pa2RSbDp0DqZC{+46PIn_jVxc>zo
We*VS|Q5IwX0000<MNUMnLSTZ_iKK`C

diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher.png b/app/src/debug/res/mipmap-mdpi/ic_launcher.png
diff --git a/fenix/app/src/debug/res/mipmap-mdpi/ic_launcher.png b/fenix/app/src/debug/res/mipmap-mdpi/ic_launcher.png
deleted file mode 100644
index 9cea9ac22fcf29051a5de114bcd9daaa31f6eb50..0000000000000000000000000000000000000000
GIT binary patch
Expand Down Expand Up @@ -360,7 +360,7 @@ z1pi0%zp16~&m6rx{^4tY&m5w`F{=x7HYeAtvmGbFG75aZS||?>0$1z3zeoY~A`V#a
zsSTJcF9}-$*caBr*9jKUPrp^%u~D#$QYX&q9J!D?)aU*SMyu)o)@W6N00000NkvXX
Hu0mjfEdWXJ

diff --git a/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png
diff --git a/fenix/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png b/fenix/app/src/debug/res/mipmap-mdpi/ic_launcher_round.png
deleted file mode 100644
index f7e6606ce79478addc07998b4a06b1e2ff8101c1..0000000000000000000000000000000000000000
GIT binary patch
Expand Down Expand Up @@ -428,7 +428,7 @@ z#MfLgYU{tIeEyDw+uX;`Sci3a42{(}Z47kUyd(cJ!4n5Nfy9vL$)hQOfg`g+LR5t;
z+~z)h=F|ywj`4T@kHj6k6kI7dZ=Jd8iq5?xK`h*M_W838dz;7fMV|i;_&lrki*mg5
P00000NkvXXu0mjfOnKCM

diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher.png
diff --git a/fenix/app/src/debug/res/mipmap-xhdpi/ic_launcher.png b/fenix/app/src/debug/res/mipmap-xhdpi/ic_launcher.png
deleted file mode 100644
index 2850da3e92c8c8075b76e50c4c8001ee89402439..0000000000000000000000000000000000000000
GIT binary patch
Expand Down Expand Up @@ -540,7 +540,7 @@ zs1lqo%s!6hOPncO!WmJ~6rC1DQ3fKiFzk$+n;dqAMQ|dx5ghrrQoi_9jbua<#U^os
z=?iIL1|#z(MTX!&a3MGm+)O|6l@~(gvvZL*IU;;qgi)x3N~nZNsDw(Wgi5H)u>2pB
We)O9@RvWDV0000<MNUMnLSTYXd>p?3

diff --git a/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png
diff --git a/fenix/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png b/fenix/app/src/debug/res/mipmap-xhdpi/ic_launcher_round.png
deleted file mode 100644
index e75172b17deba2c2676910d2bce5f1a58675def9..0000000000000000000000000000000000000000
GIT binary patch
Expand Down Expand Up @@ -691,7 +691,7 @@ znq##M+KSRPKJbN4d^gYW1E&x}m2>S%16e`|g{-}y2OS|1rL2Skilu59?-RODgkw0C
zHfW1BwQall8rm}Og9XVDvlKXwVYst}GIHT-K&@v5e8)cQtH)ThF$j3a3xW+*8>TkA
iw$=Jv_tWEg`F0udKaC&rpUK<+0000<MNUMnLSTYhpag3G

diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png
diff --git a/fenix/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png b/fenix/app/src/debug/res/mipmap-xxhdpi/ic_launcher.png
deleted file mode 100644
index 0b52a7603267598577230041a5a15f1f4a744519..0000000000000000000000000000000000000000
GIT binary patch
Expand Down Expand Up @@ -866,7 +866,7 @@ zf*OYQb)okung=<cgJpK&vZI8wczz=y9YlDzEGU2yC^NQH6lJEwF0vrWj`ZJ-M?yqI
z2x!0n77rU`Vp35=nFzZu*bRpRzO@er768CN5WxI*|D6lBLE%b53QcYvD{fAHW2^`O
c0000_E|boijCe{?KL7v#07*qoM6N<$f|KPZ-T(jq

diff --git a/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png
diff --git a/fenix/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png b/fenix/app/src/debug/res/mipmap-xxhdpi/ic_launcher_round.png
deleted file mode 100644
index 766d720d7e68bc735ccde5d732d2cc994383cb2b..0000000000000000000000000000000000000000
GIT binary patch
Expand Down Expand Up @@ -1103,7 +1103,7 @@ zbGI}}vwF#N9fM|IacU8>QVARiu{=yIUKX@Il0h{eKlAchk3tlTW#iZu&Sl`-*ELDA
zb_k`C3TB`(n5YsKTFb>u`P|HVj0#ayvNQ?PAf!^sRc+U)cJXU?e*=@{zvL8yUAEB0
QjsO4v07*qoM6N<$f&esRi2wiq

diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png
diff --git a/fenix/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png b/fenix/app/src/debug/res/mipmap-xxxhdpi/ic_launcher.png
deleted file mode 100644
index 2f0901633b475b11769b47e6470aab0662984110..0000000000000000000000000000000000000000
GIT binary patch
Expand Down Expand Up @@ -1344,7 +1344,7 @@ z@Yq{fzOC#c+pSfS0{^UlK}ib8fufX_=RR`9`Kx|rB1qj4TncXcBE2?zvl0eg8y=ez
zuGAHO^5l2E5R%9-Fi7%Y3W)DmQOs@_{C|6JEC2ui05HhkdJuan0000000000z5p3d
VfTnMlRuTXJ002ovPDHLkV1j)Cvb6vJ

diff --git a/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png b/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png
diff --git a/fenix/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png b/fenix/app/src/debug/res/mipmap-xxxhdpi/ic_launcher_round.png
deleted file mode 100644
index 39be5c5dafe07fbc30a0e39c753c11853328b15c..0000000000000000000000000000000000000000
GIT binary patch
Expand Down Expand Up @@ -1681,10 +1681,10 @@ zThRgiw-z)RTW78+bC*~v&)OMt!n=ikz4X5MFt`HY3Pnm}1ao8LR7eU?bi@CV8?r`n
zNI7M<g#T#iee<EPgCWEf2}RO{)klww*`j;defy$;aD>B6RP#t*_x!JJzWo7mM;XrI
S_{g3B0000<MNUMnLSTaIQCvR&

diff --git a/app/src/main/res/drawable-v26/ic_launcher_private_foreground.xml b/app/src/main/res/drawable-v26/ic_launcher_private_foreground.xml
diff --git a/fenix/app/src/main/res/drawable-v26/ic_launcher_private_foreground.xml b/fenix/app/src/main/res/drawable-v26/ic_launcher_private_foreground.xml
deleted file mode 100644
index 458c4efac..000000000
--- a/app/src/main/res/drawable-v26/ic_launcher_private_foreground.xml
index 458c4efacf..0000000000
--- a/fenix/app/src/main/res/drawable-v26/ic_launcher_private_foreground.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<!-- This Source Code Form is subject to the terms of the Mozilla Public
Expand All @@ -1706,5 +1706,5 @@ index 458c4efac..000000000
- </group>
-</vector>
--
2.37.2
2.39.2 (Apple Git-143)

Loading

0 comments on commit 73089dc

Please sign in to comment.