Skip to content

Commit

Permalink
Restructure project to match other apps
Browse files Browse the repository at this point in the history
- Move `BackupAPI` to `libs/privacy-friendly-backup-api`
- Rename `BackupApp` directory to `app`
- Move `openpgp-api` to `libs/openpgp-api`
  • Loading branch information
udenr committed Dec 4, 2024
1 parent 81826dc commit b1efc48
Show file tree
Hide file tree
Showing 169 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[submodule "BackupAPI"]
path = BackupAPI
path = libs/privacy-friendly-backup-api
url = https://github.com/SecUSo/privacy-friendly-backup-api.git
[submodule "openpgp-api"]
path = openpgp-api
path = libs/openpgp-api
url = https://github.com/open-keychain/openpgp-api
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
include ':BackupApp'
include ':app'
rootProject.name = "Backup"

include ':BackupAPI'
project(':BackupAPI').projectDir = new File('BackupAPI/BackupAPI')
project(':BackupAPI').projectDir = new File('libs/privacy-friendly-backup-api/BackupAPI')

include ':openpgp-api'
project(':openpgp-api').projectDir = new File('openpgp-api/openpgp-api')
project(':openpgp-api').projectDir = new File('libs/openpgp-api/openpgp-api')

0 comments on commit b1efc48

Please sign in to comment.