Skip to content

Commit d3b38e7

Browse files
committed
🔖 2.1.5
1 parent 9a62644 commit d3b38e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Android Disassembler is an application that is able to analyze several types of
1313

1414
[<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")
1515

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

1818
## What's new : Fix several minor bug (crash)
1919
# Features

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId "com.kyhsgeekcode.disassembler"
2020
minSdkVersion 19
2121
targetSdkVersion 29
22-
versionCode 17
23-
versionName "2.1.4"
22+
versionCode 18
23+
versionName "2.1.5"
2424
multiDexEnabled true
2525
//testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2626
externalNativeBuild {
@@ -92,7 +92,7 @@ dependencies {
9292
// implementation group: "pl.openrnd.android", name: "multi-level-listview", version: "1.0.1"
9393
// https://mvnrepository.com/artifact/commons-io/commons-io
9494
// implementation group: 'commons-io', name: 'commons-io', version: '2.8.0'
95-
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
95+
implementation 'androidx.constraintlayout:constraintlayout:2.1.0'
9696
implementation 'com.android.support.constraint:constraint-layout:2.0.4'
9797

9898
//implementation 'dotnet.msil.decompiler:+'

0 commit comments

Comments
 (0)