Skip to content

Commit 0041474

Browse files
committed
Update project name to reflect raylib's standard casing
1 parent 953cd29 commit 0041474

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<img src="app/src/main/ic_launcher-playstore.png" alt="raymob icon" width="256" height="256">
22

3-
# Raymob [![Targeting raylib 5.0](https://img.shields.io/badge/raylib-5.0-3DDC84)](https://raylib.com) [![Supported Platforms](https://img.shields.io/badge/Platform-Android-3DDC84)](https://developer.android.com/) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![License](https://img.shields.io/badge/license-zlib%2Flibpng-blue.svg)](LICENSE)
3+
# raymob [![Targeting raylib 5.0](https://img.shields.io/badge/raylib-5.0-3DDC84)](https://raylib.com) [![Supported Platforms](https://img.shields.io/badge/Platform-Android-3DDC84)](https://developer.android.com/) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![License](https://img.shields.io/badge/license-zlib%2Flibpng-blue.svg)](LICENSE)
44

5-
Raymob is a simple implementation of [raylib](https://www.raylib.com/) for Android.
5+
raymob is a simple implementation of [raylib](https://www.raylib.com/) for Android.
66

77
## Prerequisites
88

@@ -19,7 +19,7 @@ If you already have this version of SDK and NDK without having Android Studio, y
1919

2020
## Compatibility
2121

22-
By default, the Raymob template targets APIs 24 to 33, which corresponds from Android 7.0 to Android 13 (_so 96.2% of devices according to [apilevels.com](https://apilevels.com/)_). You can also adapt it to target other API versions if necessary.
22+
By default, the raymob template targets APIs 24 to 33, which corresponds from Android 7.0 to Android 13 (_so 96.2% of devices according to [apilevels.com](https://apilevels.com/)_). You can also adapt it to target other API versions if necessary.
2323

2424
This project is fully C/C++ compatible for the logical part with raylib and you can also customize the Java part to your wishes.
2525

@@ -31,12 +31,12 @@ These new functions also simplify the process of calling static and non-static p
3131

3232
## Useful Links
3333

34-
- [AdMob Integration in Raymob](https://gist.github.com/Bigfoot71/b3a658458ece93ddcb06f4c78f85076a): Gist demonstrating the integration of AdMob in Raymob.
34+
- [AdMob Integration in raymob](https://gist.github.com/Bigfoot71/b3a658458ece93ddcb06f4c78f85076a): Gist demonstrating the integration of AdMob in raymob.
3535

3636
## Contributions
3737

38-
If you believe that your repositories or gists related to Raymob can be beneficial to others, please feel free to reach out to me or open a pull request to have them added here.
39-
I welcome contributions and collaborations to enhance the Raymob project and make it more valuable for the community.
38+
If you believe that your repositories or gists related to raymob can be beneficial to others, please feel free to reach out to me or open a pull request to have them added here.
39+
I welcome contributions and collaborations to enhance the raymob project and make it more valuable for the community.
4040

4141
You can also contribute to the project by reporting issues, suggesting improvements, or helping to document the project. Your input is highly appreciated!
4242

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<resources>
2-
<string name="app_name">Raymob</string>
2+
<string name="app_name">raymob</string>
33
</resources>

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ android.enableJetifier=false
44
android.useAndroidX=false
55

66
# Project name in Android Studio
7-
projectName=Raymob
7+
projectName=raymob
88

99
# Name of your project
10-
app.name=Raymob
10+
app.name=raymob
1111
app.native_library_name=raymob
1212
app.application_id=com.raylib.raymob
1313

@@ -18,7 +18,7 @@ app.orientation=landscape
1818
app.version_name=1.0
1919
app.version_code=1
2020

21-
# Raymob features
21+
# raymob features
2222
features.internet=false
2323
features.vibration=false
2424
features.accelerometer=false

0 commit comments

Comments
 (0)