Skip to content

Commit 0312d21

Browse files
authored
docs: mark v3 as real and fix sponsor images (#4095)
1 parent 96ff18e commit 0312d21

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Apktool is a tool for reverse engineering third-party, closed, binary, Android a
99
Apktool is **NOT** intended for piracy and other non-legal uses. It could be used for localizing and adding features, adding support for custom platforms, and other GOOD purposes. Just try to be fair with the authors of an app, that you use and probably like.
1010

1111
### Branches
12-
- `main` - In-development Apktool 3.x branch
12+
- `main` - Apktool 3.x branch
1313
- `2.x` - Maintenance branch for Apktool 2.x releases
1414

1515
#### Support
@@ -41,7 +41,7 @@ Special thanks goes to the following sponsors:
4141

4242
<a href="https://www.sourcetoad.com" alt="Sourcetoad">
4343
<picture>
44-
<img src="https://github.com/ibotpeaches/apktool/raw/master/.github/assets/sponsors/sourcetoad-horizontal.svg">
44+
<img src="https://github.com/ibotpeaches/apktool/raw/main/.github/assets/sponsors/sourcetoad-horizontal.svg">
4545
</picture>
4646
</a>
4747

@@ -51,8 +51,8 @@ Special thanks goes to the following sponsors:
5151

5252
<a href="https://www.emergetools.com" alt="Emerge Tools">
5353
<picture>
54-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ibotpeaches/apktool/raw/master/.github/assets/sponsors/emerge-tools-vertical-white.svg">
55-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ibotpeaches/apktool/raw/master/.github/assets/sponsors/emerge-tools-vertical-black.svg">
56-
<img src="https://github.com/ibotpeaches/apktool/raw/master/.github/assets/sponsors/emerge-tools-vertical-black.svg">
54+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/ibotpeaches/apktool/raw/main/.github/assets/sponsors/emerge-tools-vertical-white.svg">
55+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/ibotpeaches/apktool/raw/main/.github/assets/sponsors/emerge-tools-vertical-black.svg">
56+
<img src="https://github.com/ibotpeaches/apktool/raw/main/.github/assets/sponsors/emerge-tools-vertical-black.svg">
5757
</picture>
5858
</a>

0 commit comments

Comments
 (0)