Skip to content

Commit

Permalink
Fix build multiDex error.
Browse files Browse the repository at this point in the history
  • Loading branch information
xbdcc committed Jan 21, 2023
1 parent 46a210d commit 2f52ee5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package com.carlos.grabredenvelope

import android.app.Application
import androidx.multidex.MultiDexApplication
import com.carlos.cutils.CUtils
import com.carlos.cutils.util.LogUtils

Expand Down Expand Up @@ -41,7 +42,7 @@ import com.carlos.cutils.util.LogUtils
* Github: https://github.com/xbdcc/.
* Created by 小不点 on 2016/2/6.
*/
class MyApplication : Application() {
class MyApplication : MultiDexApplication() {

override fun onCreate() {
super.onCreate()
Expand Down

0 comments on commit 2f52ee5

Please sign in to comment.