Commit graph

11 commits

Author SHA1 Message Date
Sascha Willems
a734964b21
Android build tool update (#1160)
* Update to latest Android build tools

ALooper_pollAll is deprecated

* Update to latest Android build tools

ALooper_pollAll is deprecated

* Update to latest Android build tools

Update manifests

* Update to latest Android build tools

ALooper_pollAll is deprecated

* Update build instructions for Android
2024-10-11 14:31:04 +02:00
Sascha Willems
380ac448ab Update Android build setup 2024-10-10 18:18:00 +02:00
robotchaoX
71b5d83525 Set abiFilters via global variable in settings.gradle 2023-05-30 15:14:02 +08:00
robotchaoX
5e24e0ca15 Migrate jcenter to mavenCentral
[Why]
JFrog made JCenter a read-only repository on March 31, 2021.

[How]
Migrate JCenter to Maven Central.
Reference: https://developer.android.com/build/jcenter-migration
2023-05-29 16:48:27 +08:00
Sascha Willems
eb3d68fb5c Updated android build files to new asset/shader folder structure
Make use of global gradle variables
Updated gradle
2023-05-10 20:33:19 +02:00
Sascha Willems
9eae567ee2 Update gradle build tools 2022-12-24 11:46:49 +01:00
Sascha Willems
c3f1692486 Updated Android build filed for Gradle 5.x
Fixes #597
2019-08-04 13:48:09 +02:00
Sascha Willems
a1ab86cc90 Updated Android gradle version 2019-03-29 14:10:35 +01:00
Philip Rideout
c00ede2978 Fix Android build error.
The latest version of Android Studio fails with:

    Could not find com.android.tools.build:aapt2

To use AAPT2, we must now have a dependency on the `google()` repo
in both places in the root build.gradle file, as per:

    https://developer.android.com/studio/releases/#aapt2_gmaven
2019-02-04 10:55:59 -08:00
saschawillems
0fb88d5467 Different scene, toon shading and separate parameters for color input attachment 2018-07-19 11:01:15 +02:00
saschawillems
3cde83945e Android gradle build files (triangle) 2018-04-29 12:28:43 +02:00