aboutsummaryrefslogtreecommitdiff
path: root/android/build.gradle
AgeCommit message (Collapse)Author
2023-03-02Fix task ordering and more in Gradle Android buildsfan5
2023-02-18Android: Increase minimum SDK version to 21Muhammad Rifqi Priyo Susanto
Target/compiled SDK version is increased to 33. Build Tools, NDK, and Gradle are also updated.
2022-10-31Android: Increase target/compiled SDK version to 32 (#12911)Muhammad Rifqi Priyo Susanto
Build Tools, NDK, and Gradle are also updated. Repositories is changed from jcenter() to mavenCentral().
2022-08-04Continue with 5.7.0-devsfan5
2022-08-04Bump version to 5.6.0sfan5
2022-08-02Run Minetest update checker on startup (#7629)SmallJoker
This feature is enabled by default for non-Android release builds. Package maintainers may use -DENABLE_UPDATE_CHECKER=0 to disable it. Co-authored-by: rubenwardy <rw@rubenwardy.com> Co-authored-by: sfan5 <sfan5@live.de>
2022-07-22Use newer NDK r23c for android buildsfan5
2022-01-30Continue with 5.6.0-devsfan5
2022-01-30Bump version to 5.5.0sfan5
2021-10-31Update Android to new dependency repo (#11690)sfan5
2021-06-21Move build/android directory to root of project (#11283)NeroBurner