@@ -27,7 +27,7 @@ python-for-android is perfect for Kivy apps, but is not limited to those.
2727More information is available in the
2828[ online documentation] ( https://python-for-android.readthedocs.io ) including a
2929[ quickstart
30- guide] ( https://python-for-android.readthedocs.org /en/latest/quickstart/ ) .
30+ guide] ( https://python-for-android.readthedocs.io /en/latest/quickstart/ ) .
3131
3232## Support
3333
@@ -46,37 +46,14 @@ users who want to give back to the community by contributing to the project.
4646Contributions can come in many forms.
4747
4848Please read our latest
49- [ Contribution Guidelines] ( https://python-for-android.readthedocs.org /en/latest/contribute.html )
49+ [ Contribution Guidelines] ( https://python-for-android.readthedocs.io /en/latest/contribute )
5050for more.
5151
5252## License
5353
5454python-for-android is released under the terms of the MIT License.
5555Please refer to the LICENSE file.
5656
57- ## History
58-
59- In 2015 these tools were rewritten to provide a new, easier-to-use and
60- easier-to-extend interface. If you'd like to browse the old toolchain, its
61- status is recorded for posterity at
62- https://github.com/kivy/python-for-android/tree/old_toolchain .
63-
64- In the last quarter of 2018 the Python recipes were changed. The
65- new recipe for Python3 (3.7.1) had a new build system which was
66- applied to the ancient Python recipe, allowing us to bump the Python2
67- version number to 2.7.15. This change unified the build process for
68- both Python recipes, and probably solved various issues detected over the
69- years. These ** unified Python recipes** require a ** minimum target api level of 21** ,
70- * Android 5.0 - Lollipop* . If you need to build targeting an
71- api level below 21, you should use an older version of python-for-android
72- (<=0.7.1).
73-
74- On March 2020 we dropped support for creating apps that use Python 2. The latest
75- python-for-android release that supported building Python 2 was version 2019.10.6.
76-
77- On August 2021, we added support for Android App Bundle (aab). As a
78- collateral benefit, we now support multi-arch apk.
79-
8057## Contributors
8158
8259This project exists thanks to all the people who contributed. [[ Become a contributor] ( https://kivy.org/doc/stable/contribute.html )] .
0 commit comments