Skip to content

Commit

Permalink
Multidex version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
afreakyelf committed Dec 1, 2023
1 parent 65d4655 commit 2d9f92c
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 2 deletions.
123 changes: 123 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .idea/codeStyles/codeStyleConfig.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
implementation("com.android.support:multidex:2.0.0")
implementation("androidx.multidex:multidex:2.0.1")
implementation(project(":pdfViewer"))

testImplementation("androidx.test:core:1.5.0")
Expand Down
2 changes: 1 addition & 1 deletion pdfViewer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
implementation("com.google.android.material:material:1.10.0")
implementation("com.android.support:multidex:2.0.0")
implementation("androidx.multidex:multidex:2.0.1")
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
Expand Down

0 comments on commit 2d9f92c

Please sign in to comment.