Skip to content

Commit 62a19ed

Browse files
committed
0.1.1
1 parent 6593bcc commit 62a19ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ android {
4242
applicationId "com.folderv.apktool"
4343
minSdkVersion minSdkVer//19
4444
targetSdkVersion 28
45-
versionCode 10
46-
versionName "0.1.0"
45+
versionCode 11
46+
versionName "0.1.1"
4747
multiDexEnabled true
4848
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
4949
}
@@ -120,7 +120,7 @@ dependencies {
120120

121121
implementation 'commons-io:commons-io:2.5'
122122

123-
implementation 'org.apache.commons:commons-lang3:3.1'
123+
implementation 'org.apache.commons:commons-lang3:3.5'
124124
//implementation 'com.google.guava:guava:14.0'
125125
//implementation 'com.google.guava:guava:26.0-jre'
126126
// or, for Android:

0 commit comments

Comments
 (0)