Apache Ant is the current Android build tool Python for Android uses for generating the APKs. We need to switch to gradle to be able to build the user interface using React Native.
It looks like there's already some ongoing work on gradle according to https://groups.google.com/forum/#!searchin/kivy-users/gradle|sort:relevance/kivy-users/PbmHV7NWk0I/YWkxkHR3AwAJ, with a PR at kivy/python-for-android#1071 which we could try to use in our builds.
Apache Ant is the current Android build tool Python for Android uses for generating the APKs. We need to switch to gradle to be able to build the user interface using React Native.
It looks like there's already some ongoing work on gradle according to https://groups.google.com/forum/#!searchin/kivy-users/gradle|sort:relevance/kivy-users/PbmHV7NWk0I/YWkxkHR3AwAJ, with a PR at kivy/python-for-android#1071 which we could try to use in our builds.