Skip to content

Commit 7a9fb84

Browse files
committed
Changes
1 parent 9361486 commit 7a9fb84

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434
}
3535

3636
dependencies {
37-
// implementation project(':fileViewer')
37+
implementation project(':fileViewer')
3838

3939
implementation 'androidx.appcompat:appcompat:1.6.1'
4040
implementation 'com.google.android.material:material:1.9.0'
@@ -43,7 +43,7 @@ dependencies {
4343
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
4444
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
4545

46-
implementation 'com.github.Genomoz:Lib-FileViewer:0.1'
46+
// implementation 'com.github.Genomoz:Lib-FileViewer:0.1'
4747

4848

4949
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ dependencyResolutionManagement {
1919
}
2020
rootProject.name = "FileViewer"
2121
include ':app'
22-
//include ':fileViewer'
22+
include ':fileViewer'

0 commit comments

Comments
 (0)