Skip to content

Commit

Permalink
refactor(android): use file-sync as lib
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Sep 16, 2022
1 parent 2a73019 commit 00ae42d
Show file tree
Hide file tree
Showing 15 changed files with 1 addition and 484 deletions.
1 change: 0 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ dependencies {
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
implementation project(':capacitor-cordova-android-plugins')
implementation project(':file-sync')
}

apply from: 'capacitor.build.gradle'
Expand Down
351 changes: 0 additions & 351 deletions android/app/src/main/java/com/logseq/app/FileSync.java

This file was deleted.

1 change: 0 additions & 1 deletion android/app/src/main/java/com/logseq/app/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public class MainActivity extends BridgeActivity {
public void onCreate(Bundle savedInstanceState) {
registerPlugin(FolderPicker.class);
registerPlugin(FsWatcher.class);
registerPlugin(FileSync.class);
super.onCreate(savedInstanceState);

new Timer().schedule(new TimerTask() {
Expand Down
1 change: 0 additions & 1 deletion android/file-sync/.gitignore

This file was deleted.

Loading

0 comments on commit 00ae42d

Please sign in to comment.