We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6593bcc commit 62a19edCopy full SHA for 62a19ed
app/build.gradle
@@ -42,8 +42,8 @@ android {
42
applicationId "com.folderv.apktool"
43
minSdkVersion minSdkVer//19
44
targetSdkVersion 28
45
- versionCode 10
46
- versionName "0.1.0"
+ versionCode 11
+ versionName "0.1.1"
47
multiDexEnabled true
48
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
49
}
@@ -120,7 +120,7 @@ dependencies {
120
121
implementation 'commons-io:commons-io:2.5'
122
123
- implementation 'org.apache.commons:commons-lang3:3.1'
+ implementation 'org.apache.commons:commons-lang3:3.5'
124
//implementation 'com.google.guava:guava:14.0'
125
//implementation 'com.google.guava:guava:26.0-jre'
126
// or, for Android:
0 commit comments