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
**If you would like to improve app code and have development skills, you are most welcome.**
65
65
- You can find work in [issues](https://github.com/Exodus-Privacy/exodus-android-app/issues).
66
66
- Before submitting pull requests please, execute Kotlin Liner and instrumented tests.
67
-
- Change needs to work on all devices between Android 5 and Android 14.
67
+
- Change needs to work on all devices between Android 6 and Android 14.
68
68
- UI changes need to work in light mode, dark mode, and RTL.
69
69
- Do not create pull requests to update dependencies, we have [dependabot](https://github.com/Exodus-Privacy/exodus-android-app/blob/master/.github/dependabot.yml).
- To execute tests move [network_security_config.xml](/doc/network_security_config.xml) to [/app/src/main/res/xml](/app/src/main/res/xml)
90
90
- Add ```android:networkSecurityConfig="@xml/network_security_config"``` in [AndroidManifest.xml](/app/src/main/AndroidManifest.xml)
91
91
92
+
### How to use app on Android 5
93
+
94
+
- We have recently drop the support of Android 5, but 3.3.0 version continue to be available [here](https://github.com/Exodus-Privacy/exodus-android-app/releases/tag/release-v3.3.0)
0 commit comments