Merge pull request #1902 from Isira-Seneviratne/Remove_multidex_library

Remove multidex library.
This commit is contained in:
Tibor Kaputa 2020-09-09 22:55:47 +02:00 committed by GitHub
commit 59b1ee5e67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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.30.2'
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.1'

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()