You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Architecture.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,21 @@
3
3
This file document the different directory of this project.
4
4
Each section will contain explanation and a directory tree.
5
5
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
+
6
21
## Translations :
7
22
8
23
Translations are hosted on [crowdin](https://crowdin.com/project/piwigo-ng), everything is translated from english.
0 commit comments