Skip to content

Commit

Permalink
Merge pull request #68 from JoyMajumdar2001/patch-1
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
afreakyelf committed Apr 28, 2023
2 parents 5b7e6c4 + 5ece409 commit 5704319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdfViewer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3"
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3'
implementation 'com.google.android.material:material:1.7.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.4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'

}
}

0 comments on commit 5704319

Please sign in to comment.