Skip to content

Commit

Permalink
fix: update apksig library to latest version (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot committed Jan 19, 2019
1 parent da41efa commit b0e3cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jadx-gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {

compile 'io.reactivex.rxjava2:rxjava:2.2.5'
compile "com.github.akarnokd:rxjava2-swing:0.3.3"
compile 'com.android.tools.build:apksig:2.3.0'
compile 'com.android.tools.build:apksig:3.3.0'
}

applicationDistribution.with {
Expand Down

0 comments on commit b0e3cfe

Please sign in to comment.