Skip to content

Commit

Permalink
Encryption: switch to SQLite3MC
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlisheng committed Dec 23, 2024
1 parent 492492c commit df4536f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public void showStorageFilePicker() {

showSelectLocalFileDialog();
}

}

public void showCreateFilePicker() {
Expand Down
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ allprojects {
google()
mavenCentral()
maven { url 'https://jitpack.io' }

flatDir {
dirs "sqlite3mc" // Specify the folder where the AAR file is located
}
}

/**
Expand Down

0 comments on commit df4536f

Please sign in to comment.