Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62081a82 authored by Fynn Godau's avatar Fynn Godau Committed by Marvin W.
Browse files

Revert "Enable multidex"

This reverts commit da7bb3d46bc25f8b53c68f3c56197cbf7b6993f5.
parent fdcf1745
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@ android {
        versionCode vendingAppVersionCode
        minSdkVersion androidMinSdk
        targetSdkVersion androidTargetSdk

        multiDexEnabled true
    }

    buildTypes {
@@ -91,7 +89,6 @@ dependencies {

    implementation "com.squareup.wire:wire-runtime:$wireVersion"
    implementation "com.android.volley:volley:$volleyVersion"
    implementation "androidx.multidex:multidex:$multidexVersion"
}

wire {
+1 −2
Original line number Diff line number Diff line
@@ -24,8 +24,7 @@
        android:forceQueryable="true"
        android:icon="@mipmap/ic_app"
        android:roundIcon="@mipmap/ic_app"
        android:label="@string/app_name"
        android:name="androidx.multidex.MultiDexApplication">
        android:label="@string/app_name">

        <activity
            android:name=".GrantFakeSignaturePermissionActivity"