Skip to content

Commit

Permalink
🔖 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Aug 6, 2021
1 parent 9a62644 commit d3b38e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Android Disassembler is an application that is able to analyze several types of

[<img src="https://play.google.com/intl/en_us/badges/images/apps/en-play-badge-border.png" width="200" alt="Get Android Disassembler on Google Play" />](https://play.google.com/store/apps/details?id=com.kyhsgeekcode.disassembler "Get Android Disassembler on Google Play")

# Version 2.1.4 [release](https://github.com/KYHSGeekCode/Android-Disassembler/releases)!
# Version 2.1.5 [release](https://github.com/KYHSGeekCode/Android-Disassembler/releases)!

## What's new : Fix several minor bug (crash)
# Features
Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId "com.kyhsgeekcode.disassembler"
minSdkVersion 19
targetSdkVersion 29
versionCode 17
versionName "2.1.4"
versionCode 18
versionName "2.1.5"
multiDexEnabled true
//testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
Expand Down Expand Up @@ -92,7 +92,7 @@ dependencies {
// implementation group: "pl.openrnd.android", name: "multi-level-listview", version: "1.0.1"
// https://mvnrepository.com/artifact/commons-io/commons-io
// implementation group: 'commons-io', name: 'commons-io', version: '2.8.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
implementation 'com.android.support.constraint:constraint-layout:2.0.4'

//implementation 'dotnet.msil.decompiler:+'
Expand Down

0 comments on commit d3b38e7

Please sign in to comment.