Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

build: Release v4.1.0 #1809

Merged
merged 3 commits into from
Aug 7, 2023
Merged

build: Release v4.1.0 #1809

merged 3 commits into from
Aug 7, 2023

Conversation

HamzaIsrar12
Copy link
Contributor

Description

LEARNER-9482

  • Added support for Android 13
  • Upgraded third-party libraries, including a new Youtube library
  • Removed code related to deprecated and unused Feature Flags
  • Improved Shared Preferences structure
  • Implemented the new Permissions API
  • Updated Billing Library and relevant code
  • Enhanced IAP's Execute API payload with currency code and price
  • Fixed closed caption issues in the Native Video player
  • Addressed build-time warnings
  • Minor bug fixes

To ensure proper functionality of libraries that use OnBackInvokedCallback
for back stack handling, we need to enable the enableOnBackInvokedCallback
in the Manifest. However, it's important to note that in our app, we are
not currently utilizing OnBackInvokedCallback.

Reference: https://developer.android.com/guide/navigation/custom-back/predictive-back-gesture#opt-predictive

Fixes: LEARNER-9482
During the Gradle build process, we encountered missing Proguard
rules specified in the "missing_rules.txt" file. To ensure proper
code shrinking and obfuscation, we have now added these missing
Proguard rules to our project.

Fixes: LEARNER-9482
@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (c41f9c2) 1.13% compared to head (a9b59b8) 1.13%.

Additional details and impacted files
@@           Coverage Diff            @@
##             master   #1809   +/-   ##
========================================
  Coverage      1.13%   1.13%           
  Complexity      137     137           
========================================
  Files           534     534           
  Lines         25186   25186           
  Branches       3039    3039           
========================================
  Hits            286     286           
  Misses        24873   24873           
  Partials         27      27           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@omerhabib26 omerhabib26 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🥳

@HamzaIsrar12 HamzaIsrar12 merged commit 5b3043d into master Aug 7, 2023
4 of 5 checks passed
@HamzaIsrar12 HamzaIsrar12 deleted the rc/4.1.0 branch August 7, 2023 08:01
@HamzaIsrar12 HamzaIsrar12 restored the rc/4.1.0 branch August 7, 2023 08:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants