Skip to content

Commit

Permalink
build failure fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
fcat97 committed Mar 25, 2023
1 parent 1496a5d commit f579868
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ dependencies {
implementation 'com.google.android.material:material:1.8.0'
implementation 'com.google.code.gson:gson:2.9.0'

// implementation project(':libDriveBackup')
implementation 'com.github.fcat97:driveBackupApi:1.0.3'
implementation project(':libDriveBackup')
// implementation 'com.github.fcat97:driveBackupApi:1.0.3'
}

0 comments on commit f579868

Please sign in to comment.