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 cf73f3a commit 87dc706Copy full SHA for 87dc706
app/build.gradle
@@ -6,7 +6,7 @@ apply plugin: 'com.hiya.jacoco-android'
6
apply plugin: 'com.akaita.android.easylauncher'
7
8
android {
9
- compileSdkVersion 29
+ compileSdkVersion 30
10
11
dexOptions {
12
jumboMode = true
@@ -28,7 +28,7 @@ android {
28
applicationId "com.amaze.filemanager"
29
minSdkVersion 14
30
targetSdkVersion 30
31
- versionCode 100
+ versionCode 104
32
versionName "3.6.6"
33
multiDexEnabled true
34
0 commit comments