Skip to content

Commit 4b45933

Browse files
committed
Add android documentation
1 parent c9f292f commit 4b45933

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/Architecture.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
This file document the different directory of this project.
44
Each section will contain explanation and a directory tree.
55

6+
## Android :
7+
8+
The android directory contain all elements necessary to target Android, most of it is gradle configuration.
9+
Upgrading the `AGP (Android Gradle Plugin)` open the `android` directory with Android Studio and use **Tools > AGP Upgrade Assitant** or manually update the gradle configuration at your own risk.
10+
11+
```
12+
.
13+
└── android
14+
├── app
15+
├── build.gradle
16+
├── gradle/wrapper/gradle-wrapper.properties
17+
├── gradle.properties
18+
└── settings.gradle
19+
```
20+
621
## Translations :
722

823
Translations are hosted on [crowdin](https://crowdin.com/project/piwigo-ng), everything is translated from english.

0 commit comments

Comments
 (0)