Skip to content

Commit ea12d88

Browse files
committed
Update fernflower to 2c2b00b
1 parent acf6f22 commit ea12d88

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a Decompiler that extracts the source code of an Android application (in
1414

1515
## Features
1616

17-
- Select either **CFR 0.138**, **JaDX 0.8.0** or **FernFlower [`f320e3a`](https://github.com/fesh0r/fernflower/tree/e9989d15e3c1ad1ae28e168f306becfd0abe101c) (analytical decompiler)** to use as the decompiler.
17+
- Select either **CFR 0.138**, **JaDX 0.8.0** or **FernFlower [`2c2b00b`](https://github.com/fesh0r/fernflower/tree/2c2b00b3695bad04056352d80be39c0e53999f0a) (analytical decompiler)** to use as the decompiler.
1818
- Runs directly on an android device (4.1.x and above).
1919
- Select apk/jar/dex from sdcard (or) from a list of installed applications.
2020
- Decompiles android resources (layouts, Drawables, Menus, AndroidManifest, image assets, values, etc).

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ dependencies {
237237
implementation "net.dongliu:apk-parser:2.6.4"
238238

239239
// FERN FLOWER
240-
implementation 'com.github.fesh0r:fernflower:f320e3abd4'
240+
implementation 'com.github.fesh0r:fernflower:2c2b00b369'
241241

242242
// RxJAVA AND FRIENDS
243243
implementation "io.reactivex.rxjava2:rxandroid:2.1.0"

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<string-array name="decompilers" translatable="false">
9191
<item><xliff:g>CFR 0.138</xliff:g></item>
9292
<item><xliff:g>JaDX 0.8.0</xliff:g></item>
93-
<item><xliff:g>FernFlower f320e3a</xliff:g></item>
93+
<item><xliff:g>FernFlower 2c2b00b</xliff:g></item>
9494
</string-array>
9595

9696
<string-array name="decompilersValues" translatable="false">

0 commit comments

Comments
 (0)