Skip to content

Commit f579868

Browse files
committed
build failure fixed
1 parent 1496a5d commit f579868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ dependencies {
5050
implementation 'com.google.android.material:material:1.8.0'
5151
implementation 'com.google.code.gson:gson:2.9.0'
5252

53-
// implementation project(':libDriveBackup')
54-
implementation 'com.github.fcat97:driveBackupApi:1.0.3'
53+
implementation project(':libDriveBackup')
54+
// implementation 'com.github.fcat97:driveBackupApi:1.0.3'
5555
}

0 commit comments

Comments
 (0)