diff options
author | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-10-05 22:00:48 -0700 |
---|---|---|
committer | Fredia Huya-Kouadio <fhuya@meta.com> | 2023-10-05 22:00:48 -0700 |
commit | 94a648089c10a25c0761f915661c300206abe421 (patch) | |
tree | b6e53090d33ec276d5867b2b7d10f08638439436 /config.gradle | |
parent | 56c1c4f82717bb77d4e357b8c6ccba7be589d04c (diff) | |
download | godot-android-samples-94a648089c10a25c0761f915661c300206abe421.tar.gz godot-android-samples-94a648089c10a25c0761f915661c300206abe421.tar.bz2 godot-android-samples-94a648089c10a25c0761f915661c300206abe421.zip |
Add the GLTF Viewer sample app which showcases how to use the Godot Android library with an existing Android app.
The GLTF Viewer sample app uses an Android RecyclerView to display a list of gltf food items whose model is rendered in 3D by the integrated Godot engine.
Diffstat (limited to 'config.gradle')
-rw-r--r-- | config.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.gradle b/config.gradle index 3e58b99..84d5336 100644 --- a/config.gradle +++ b/config.gradle @@ -1,4 +1,4 @@ -final snapshotGodotAndroidLib = "org.godotengine:godot:4.2.0.dev-SNAPSHOT" +final snapshotGodotAndroidLib = "io.github.m4gr3d:godot:4.2.0.dev-SNAPSHOT" // "org.godotengine:godot:4.2.0.dev-SNAPSHOT" final stableGodotAndroidLib = "org.godotengine:godot:4.1.0.stable" ext { @@ -8,7 +8,7 @@ ext { minSdk : 21, targetSdk : 33, javaVersion : JavaVersion.VERSION_11, - kotlinVersion : '1.8.20', + kotlinVersion : '1.8.22', ] libraries = [ |