Skip to content

Commit dbbbae3

Browse files
committed
🔖 2.1.3
1 parent 42562e9 commit dbbbae3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.0 [release](https://github.com/KYHSGeekCode/Android-Disassembler/releases)!
16+
# Version 2.1.3 [release](https://github.com/KYHSGeekCode/Android-Disassembler/releases)!
1717

1818
## What's new : Fix several minor bug, improve UX
1919
# Features

app/build.gradle

Lines changed: 4 additions & 4 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 15
23-
versionName "2.1.2"
22+
versionCode 16
23+
versionName "2.1.3"
2424
multiDexEnabled true
2525
//testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2626
externalNativeBuild {
@@ -116,7 +116,7 @@ dependencies {
116116
implementation "androidx.multidex:multidex:2.0.1"
117117
implementation 'com.google.android.material:material:1.3.0'
118118
implementation 'androidx.viewpager2:viewpager2:1.1.0-alpha01'
119-
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2'
119+
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.3'
120120
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1'
121121

122122
implementation 'androidx.preference:preference-ktx:1.1.1'
@@ -136,7 +136,7 @@ dependencies {
136136
testImplementation "org.spekframework.spek2:spek-runner-junit5:$spek_version"
137137
// spek requires kotlin-reflect, omit when already in classpath
138138
testImplementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
139-
implementation "org.jetbrains.kotlin:kotlin-reflect:1.4.30"
139+
implementation "org.jetbrains.kotlin:kotlin-reflect:1.4.31"
140140

141141
implementation 'com.gu.android:toolargetool:0.3.0@aar'
142142
}

0 commit comments

Comments
 (0)