Remove multidex library.

This commit is contained in:
Isira Seneviratne 2020-08-31 07:32:15 +05:30
parent 2e6239c98e
commit f71429f667
2 changed files with 2 additions and 4 deletions

View file

@ -19,7 +19,6 @@ android {
targetSdkVersion 29
versionCode 314
versionName "6.15.2"
multiDexEnabled true
setProperty("archivesBaseName", "gallery-$versionCode")
vectorDrawables.useSupportLibrary = true
}
@ -80,7 +79,6 @@ android {
dependencies {
implementation 'com.simplemobiletools:commons:5.29.20'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'it.sephiroth.android.exif:library:1.0.1'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.19'
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-beta7'

View file

@ -1,10 +1,10 @@
package com.simplemobiletools.gallery.pro
import androidx.multidex.MultiDexApplication
import android.app.Application
import com.github.ajalt.reprint.core.Reprint
import com.simplemobiletools.commons.extensions.checkUseEnglish
class App : MultiDexApplication() {
class App : Application() {
override fun onCreate() {
super.onCreate()
checkUseEnglish()