summaryrefslogtreecommitdiff
path: root/android/native/build.gradle
Commit message (Collapse)AuthorAge
* Fix and enable x86 build for Android (#12700)savilli2022-09-14
|
* Run Minetest update checker on startup (#7629)SmallJoker2022-08-02
| | | | | | | 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>
* Update to Android target SDK 30 (#11746)rubenwardy2021-11-27
|
* Update Android to new dependency repo (#11690)sfan52021-10-31
|
* Use scoped app storage on Android (#11466)rubenwardy2021-10-15
| | | | | | | | | | | From November 2021, the Play Store will no longer be accepting apps which use the deprecated getExternalStorageDirectory() API. Therefore, this commit replaces uses of deprecated API with the new scoped API (`getExternalFilesDir()` and `getExternalCacheDir()`). It also provides a temporary migration to move user data from the shared external directory to new storage. Fixes #2097, #11417 and #11118
* Move build/android directory to root of project (#11283)NeroBurner2021-06-21