Attila Uygun
e08f6e2022
cleanup build.gradle
2023-09-29 14:05:38 +02:00
Attila Uygun
dd14ed30ea
Use gn target name for the native lib
2023-09-27 23:35:00 +02:00
Attila Uygun
35958b13f7
Move assets to assets/demo
2023-09-27 21:33:00 +02:00
Attila Uygun
5e80aa1a04
Workaround for what seems to be a bug in the Android Gradle plugin
...
Error:
Could not determine the dependencies of task ':app:lintVitalReportDemoAllArchsRelease'.
> Could not create task ':app:lintVitalAnalyzeDemoAllArchsRelease'.
> No such property: productFlavors for class: org.gradle.api.internal.provider.DefaultProperty
2023-09-12 21:31:16 +02:00
Attila Uygun
f75a469e38
merge -> generate
2023-09-12 21:27:54 +02:00
Attila Uygun
85b5184d29
Remove forEachBuildType
2023-09-09 22:49:36 +02:00
Attila Uygun
64c63d4184
Remove provider_name resValue from build.gradle
2023-09-06 20:26:31 +02:00
Attila Uygun
915b896636
Use manifestPlaceholders for app icon
2023-09-06 20:15:00 +02:00
Attila Uygun
d61b2c45d6
Rearrange code in build.gradle and add comments
2023-09-06 19:05:43 +02:00
Attila Uygun
e9be4d45d2
Avoid adding gn tasks for each game
2023-09-05 22:54:06 +02:00
Attila Uygun
0b1220c114
Revert "Unify arch types in gradle and gn"
...
This reverts commit 05252bfae8
.
2023-09-05 21:40:04 +02:00
Attila Uygun
5f8f70ed53
Get ABI codes from productFlavors and remove hard-coded strings
2023-09-05 19:21:04 +02:00
Attila Uygun
05252bfae8
Unify arch types in gradle and gn
2023-09-05 18:04:47 +02:00
Attila Uygun
ea93f80aa1
Move globals into Utils
2023-09-05 17:50:32 +02:00
Attila Uygun
48fb1589c6
Remove hard-coded build variant strings
2023-09-05 17:26:17 +02:00
Attila Uygun
01bffc71ac
Add archs to productFlavors
2023-09-05 17:07:48 +02:00
Attila Uygun
e6d89add57
Move product specific values to productFlavors
2023-09-04 20:07:59 +02:00
Attila Uygun
37afc006d2
Use productFlavors
2023-09-04 19:29:30 +02:00
Attila Uygun
ae825faf32
Always run ninja
2023-09-02 17:14:39 +02:00
Attila Uygun
a07d32e44a
Add support for GN to gradle config and remove cmake
2023-08-31 22:05:57 +02:00
Attila Uygun
217420823c
Update Android NDK to 25.2.9519653
2023-05-21 23:41:15 +02:00
Attila Uygun
655c0a7b71
Update android build
...
Upgrade to gradle 8.0
Compile and target sdk 33
Min sdk 24
Upgrade to Google Mobile Ads SDK 22.0
Enable c++20 and fix compilation issues
2023-05-09 22:22:02 +02:00
Attila Uygun
1e57355593
Move java files to platform.
2021-10-29 14:13:49 +02:00
Attila Uygun
c6501323cf
Add full game code and assets.
2021-09-01 00:08:03 +02:00
Attila Uygun
7920d9f251
Update.
...
- Implement PersistentData.
- Update jsoncpp (1.9.3).
- Update logging implementation.
- New audio resampler (SincResampler).
- Avoid busy-looping in audio thread (AudioAlsa).
- Add BindWeak.
- AdMob support.
- Support for record/replay user input.
- Custom shader support for ImageQuad.
- Implement SetKeepScreenOn for Android.
- Move animation updates to Engine.
- Code refactoring for renderer.
- Various fixes and code cleanup.
2021-02-10 00:39:04 +01:00
Attila Uygun
05466725af
Initial commit.
2020-09-08 21:08:07 +02:00