Skip to content

Commit 4dc0449

Browse files
authored
[hotfix] Raylib Android blog post: Fix dates (#303)
* Fix assets date Signed-off-by: Uilian Ries <uilianr@jfrog.com> * Update target post date Signed-off-by: Uilian Ries <uilianr@jfrog.com> * Update gif to android version Signed-off-by: Uilian Ries <uilianr@jfrog.com> --------- Signed-off-by: Uilian Ries <uilianr@jfrog.com>
1 parent 10862d6 commit 4dc0449

8 files changed

+6
-6
lines changed

_posts/2018-01-30-Cross-building-Boost-Android.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ comments: false
44
title: Cross building Boost C++ libraries to Android with Conan
55
deprecated: true
66
deprecated_reason: "This information is outdated. See the updated post."
7-
deprecated_link: /cpp/gamedev/android/conan/raylib/2025/11/24/GameDev-Raylib-Android.html
7+
deprecated_link: /cpp/gamedev/android/conan/raylib/2025/12/10/GameDev-Raylib-Android.html
88

99
# other options
1010
---

_posts/2018-02-13-Android-Studio-project-Conan-Boost.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ comments: false
44
title: Android Studio project using Conan and C++ Boost libraries
55
deprecated: true
66
deprecated_reason: "This information is outdated. See the updated post."
7-
deprecated_link: /cpp/gamedev/android/conan/raylib/2025/11/24/GameDev-Raylib-Android.html
7+
deprecated_link: /cpp/gamedev/android/conan/raylib/2025/12/10/GameDev-Raylib-Android.html
88
---
99

1010
In the previous blog post [Cross building Boost C++ libraries to Android with Conan](https://blog.conan.io/2018/01/30/Cross-building-Boost-Android.html)

_posts/2025-12-10-GameDev-Raylib-Android.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ the **Android NDK**, and **Conan** for dependency management.
1616
By the end of this guide, you'll have your Raylib game running on Android devices with touch controls.
1717

1818
<div style="text-align: center;">
19-
<img src="{{ site.baseurl }}/assets/post_images/2025-11-24/jump-to-survive.gif"
19+
<img src="{{ site.baseurl }}/assets/post_images/2025-12-10/game_running.gif"
2020
alt="Jump to Survive on Android"/>
2121
</div>
2222
<br>
@@ -38,7 +38,7 @@ In order to run our Raylib game on Android, we need to create a new Android proj
3838
* Select **Native C++** from the templates
3939

4040
<div style="text-align: center;">
41-
<img src="{{ site.baseurl }}/assets/post_images/2025-11-24/new_project.png"
41+
<img src="{{ site.baseurl }}/assets/post_images/2025-12-10/new_project.png"
4242
alt="New Native C++ Project in Android Studio"/>
4343
</div>
4444
<br>
@@ -50,15 +50,15 @@ In order to run our Raylib game on Android, we need to create a new Android proj
5050
* Choose **Groovy DSL** for the build configuration language
5151

5252
<div style="text-align: center;">
53-
<img src="{{ site.baseurl }}/assets/post_images/2025-11-24/project_name.png"
53+
<img src="{{ site.baseurl }}/assets/post_images/2025-12-10/project_name.png"
5454
alt="New Native C++ Project in Android Studio"/>
5555
</div>
5656
<br>
5757

5858
* Next, select **C++17** as the C++ Standard (we'll match this in our Conan profile)
5959

6060
<div style="text-align: center;">
61-
<img src="{{ site.baseurl }}/assets/post_images/2025-11-24/project_cppstd.png"
61+
<img src="{{ site.baseurl }}/assets/post_images/2025-12-10/project_cppstd.png"
6262
alt="New Native C++ Project in Android Studio"/>
6363
</div>
6464
<br>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)