@@ -27,7 +27,7 @@ python-for-android is perfect for Kivy apps, but is not limited to those.
27
27
More information is available in the
28
28
[ online documentation] ( https://python-for-android.readthedocs.io ) including a
29
29
[ quickstart
30
- guide] ( https://python-for-android.readthedocs.org /en/latest/quickstart/ ) .
30
+ guide] ( https://python-for-android.readthedocs.io /en/latest/quickstart/ ) .
31
31
32
32
## Support
33
33
@@ -46,37 +46,14 @@ users who want to give back to the community by contributing to the project.
46
46
Contributions can come in many forms.
47
47
48
48
Please 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 )
50
50
for more.
51
51
52
52
## License
53
53
54
54
python-for-android is released under the terms of the MIT License.
55
55
Please refer to the LICENSE file.
56
56
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
-
80
57
## Contributors
81
58
82
59
This project exists thanks to all the people who contributed. [[ Become a contributor] ( https://kivy.org/doc/stable/contribute.html )] .
0 commit comments