Skip to content

Commit

Permalink
Remove Multidex usages (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: Gaëtan Muller <[email protected]>
  • Loading branch information
TWiStErRob and MGaetan89 authored Sep 29, 2024
1 parent 8d99806 commit a7e7bf9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies {
testImplementation 'net.twisterrob.lib:twister-lib-hamcrest'
testImplementation 'net.twisterrob.lib:twister-lib-mockito'
testImplementation(libs.test.robolectric)
testImplementation(libs.test.robolectricMultidexShadows)
testImplementation(libs.androidx.test.core)
testRuntimeOnly(libs.slf4j.simple)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package net.twisterrob.inventory.android;

public class DebugApp extends App {
// MultiDex was here, debug-only overrides come here.
// Debug-only overrides come here.
}
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ androidx-lifecycle = "2.6.2" # https://developer.android.com/jetpack/androidx/re
androidx-loader = "1.1.0" # https://developer.android.com/jetpack/androidx/releases/loader
androidx-localbroadcastmanager = "1.1.0" # https://developer.android.com/jetpack/androidx/releases/localbroadcastmanager
androidx-material = "1.9.0" # https://github.com/material-components/material-components-android/releases
androidx-multidex = "2.0.1" # https://developer.android.com/jetpack/androidx/releases/multidex
androidx-preference = "1.2.1" # https://developer.android.com/jetpack/androidx/releases/preference
androidx-print = "1.0.0" # https://developer.android.com/jetpack/androidx/releases/print
androidx-recyclerview = "1.3.1" # https://developer.android.com/jetpack/androidx/releases/recyclerview
Expand Down Expand Up @@ -122,7 +121,6 @@ androidx-lifecycleViewModel = { module = "androidx.lifecycle:lifecycle-viewmodel
androidx-loader = { module = "androidx.loader:loader", version.ref = "androidx-loader" }
androidx-localbroadcastmanager = { module = "androidx.localbroadcastmanager:localbroadcastmanager", version.ref = "androidx-localbroadcastmanager" }
androidx-material = { module = "com.google.android.material:material", version.ref = "androidx-material" }
androidx-multidex = { module = "androidx.multidex:multidex", version.ref = "androidx-multidex" }
androidx-preference = { module = "androidx.preference:preference", version.ref = "androidx-preference" }
androidx-print = { module = "androidx.print:print", version.ref = "androidx-print" }
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "androidx-recyclerview" }
Expand Down Expand Up @@ -160,7 +158,6 @@ test-mockito = { module = "org.mockito:mockito-core", version.ref = "test-mockit
test-mockitoKotlin = { module = "org.mockito.kotlin:mockito-kotlin", version.ref = "test-mockito-kotlin" }
test-mockitoAndroid = { module = "org.mockito:mockito-android", version.ref = "test-mockito-android" }
test-robolectric = { module = "org.robolectric:robolectric", version.ref = "test-robolectric" }
test-robolectricMultidexShadows = { module = "org.robolectric:shadows-multidex", version.ref = "test-robolectric" }
# Gwen.given, Gwen.when, Gwen.then
test-gwen = { module = "com.shazam:gwen", version.ref = "test-gwen" }
test-durian = { module = "com.diffplug.durian:durian", version.ref = "test-durian" }
Expand Down
1 change: 0 additions & 1 deletion gradle/platform-inventory/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies {
androidxTest.forEach { api(libsVC.findLibrary(it).get()) }

api(libs.test.robolectric)
api(libs.test.robolectricMultidexShadows)
}
}

Expand Down

0 comments on commit a7e7bf9

Please sign in to comment.