Skip to content

Commit

Permalink
Revert "Enable multidex"
Browse files Browse the repository at this point in the history
This reverts commit da7bb3d.
  • Loading branch information
fynngodau committed Jan 29, 2024
1 parent d4f0b56 commit 137a521
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions vending-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ android {
versionCode vendingAppVersionCode
minSdkVersion androidMinSdk
targetSdkVersion androidTargetSdk

multiDexEnabled true
}

buildTypes {
Expand Down Expand Up @@ -91,7 +89,6 @@ dependencies {

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

wire {
Expand Down
3 changes: 1 addition & 2 deletions vending-app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 137a521

Please sign in to comment.