From 87dc706cc8885e8371f17e082ed5ed87f8c4bf0d Mon Sep 17 00:00:00 2001 From: Vishal Nehra Date: Tue, 9 Nov 2021 04:04:03 +0530 Subject: [PATCH] Bump version number --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 7ef2cac70c..552ee1648b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,7 +6,7 @@ apply plugin: 'com.hiya.jacoco-android' apply plugin: 'com.akaita.android.easylauncher' android { - compileSdkVersion 29 + compileSdkVersion 30 dexOptions { jumboMode = true @@ -28,7 +28,7 @@ android { applicationId "com.amaze.filemanager" minSdkVersion 14 targetSdkVersion 30 - versionCode 100 + versionCode 104 versionName "3.6.6" multiDexEnabled true