Skip to content
Snippets Groups Projects
Verified Commit 8f2295af authored by Lukas Schreiner's avatar Lukas Schreiner
Browse files

Fix multidex

parent 6e76f175
Branches
Tags
No related merge requests found
Pipeline #3048 waiting for manual action
......@@ -111,6 +111,7 @@ dependencies {
//implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.window:window:1.0.0'
implementation 'androidx.window:window-java:1.0.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation('com.github.UnifiedPush:android-foss_embedded_fcm_distributor:1.0.0-beta5')
// For AGP 7.4+
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.3")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment