Move package from AndroidManifest to namespace plugin config property for Session Replay module#1095
Merged
0xnm merged 1 commit intoOct 21, 2022
Conversation
… for Session Replay module
xgouchet
approved these changes
Oct 20, 2022
mariusc83
approved these changes
Oct 20, 2022
Codecov Report
@@ Coverage Diff @@
## feature/sdkv2 #1095 +/- ##
=================================================
- Coverage 82.66% 82.62% -0.04%
=================================================
Files 349 349
Lines 11229 11229
Branches 1838 1838
=================================================
- Hits 9282 9277 -5
- Misses 1388 1393 +5
Partials 559 559
|
Base automatically changed from
nogorodnikov/rumm-2672/make-storage-writecurrentbatch-async
to
feature/sdkv2
October 20, 2022 08:44
0xnm
deleted the
nogorodnikov/remove-androidmanifest-for-session-replay
branch
October 21, 2022 07:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
With AGP 7.3.0
packageproperty inAndroidManifestis obsolete,namespaceproperty in the AGP configuration should be used instead.Since
AndroidManfestis empty after the removal, it is deleted.Review checklist (to be filled by reviewers)