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

Add option --use-aapt2 #84

Merged
merged 2 commits into from
Apr 12, 2021
Merged

Conversation

Dado1513
Copy link
Contributor

@Dado1513 Dado1513 commented Apr 12, 2021

Added --use-aapt2 option to use aapt2 with Apktool during the rebuild phase (see #23 and #37)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Other (e.g., refactoring, documentation, etc.)

Checklist

  • I have read the contributing guidelines
  • I have performed a self-review of my own code (added comments, corrected misspellings etc.)
  • My code follows the style guidelines of this project
  • I have made corresponding changes to the documentation (if appropriate)
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes

@codecov
Copy link

codecov bot commented Apr 12, 2021

Codecov Report

Merging #84 (4ca035d) into master (4b4b369) will decrease coverage by 0.04%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
- Coverage   77.77%   77.73%   -0.05%     
==========================================
  Files          49       49              
  Lines        2448     2452       +4     
  Branches      484      485       +1     
==========================================
+ Hits         1904     1906       +2     
- Misses        416      417       +1     
- Partials      128      129       +1     
Impacted Files Coverage Δ
src/obfuscapk/main.py 95.45% <ø> (ø)
src/obfuscapk/tool.py 96.50% <33.33%> (-1.37%) ⬇️
src/obfuscapk/cli.py 88.63% <100.00%> (+0.26%) ⬆️
src/obfuscapk/obfuscation.py 83.98% <100.00%> (+0.06%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4b4b369...4ca035d. Read the comment docs.

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