X-Git-Url: https://gitweb.stoutner.com/?a=blobdiff_plain;f=app%2Fbuild.gradle;h=5cbe9ca96c711fd79fa482d8b9fb9e68a5e11097;hb=aa9590ff1a1097733bdda217ce1fe6f1fc93afc3;hp=2ab5953ca9aeb871f7f84744ba31c828028aaf54;hpb=0b2da52fc661cf302cd94105620e54340d269f1d;p=PrivacyBrowserAndroid.git diff --git a/app/build.gradle b/app/build.gradle index 2ab5953c..5cbe9ca9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,11 +28,8 @@ android { defaultConfig { minSdk 23 targetSdk 32 - versionCode 59 - versionName "3.10.1" - - // `multiDexEnabled` can possibly be removed once the `minSdkVersion` is >= 21. - multiDexEnabled true + versionCode 60 + versionName "3.11" } buildTypes {