We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1496a5d commit f579868Copy full SHA for f579868
app/build.gradle
@@ -50,6 +50,6 @@ dependencies {
50
implementation 'com.google.android.material:material:1.8.0'
51
implementation 'com.google.code.gson:gson:2.9.0'
52
53
-// implementation project(':libDriveBackup')
54
- implementation 'com.github.fcat97:driveBackupApi:1.0.3'
+ implementation project(':libDriveBackup')
+// implementation 'com.github.fcat97:driveBackupApi:1.0.3'
55
}
0 commit comments