Skip to content

Commit 339ff57

Browse files
feat: Updated Play Store description and Bottom Navigation icon
This commit revises the Play Store full description for better clarity and engagement, and updates the icon used for the Bottom Navigation preference. - **Play Store Description:** - Rewrote the full description to be more concise and highlight key features and benefits. - Emphasized ease of use, offline accessibility, and beginner-friendliness. - Added sections for "Features," "Benefits," "How it works," "Get started today," and "Feedback." - Removed outdated personal links and lengthy introductory sections. - **UI:** - Replaced the icon for the "Bottom Navigation" preference in the Android Studio preferences XML with a new `ic_bottom_bar` drawable. - Added the `ic_bottom_bar.xml` drawable resource.
1 parent 06a5749 commit 339ff57

File tree

3 files changed

+84
-20
lines changed

3 files changed

+84
-20
lines changed

.idea/workspace.xml

Lines changed: 74 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
2-
id 'com.android.application' version '8.11.0' apply false
2+
id 'com.android.application' version '8.11.1' apply false
33
id 'com.google.gms.google-services' version '4.4.3' apply false
4-
id 'com.google.firebase.crashlytics' version '3.0.4' apply false
4+
id 'com.google.firebase.crashlytics' version '3.0.5' apply false
5+
//noinspection NewerVersionAvailable
56
id 'com.mikepenz.aboutlibraries.plugin' version '11.3.0' apply true
67
}

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
[versions]
22
appcompat = "1.7.1"
33
appUpdate = "2.1.0"
4-
billing = "7.1.1"
4+
billing = "8.0.0"
55
constraintlayout = "2.2.1"
66
#noinspection NewerVersionAvailable,GradleDependency
77
aboutlibraries = "11.3.0"
88
coreSplashscreen = "1.0.1"
99
core = "4.6.2"
10-
firebaseBom = "33.16.0"
10+
firebaseBom = "34.0.0"
1111
gridlayout = "1.1.0"
12-
kotlinxSerializationJson = "1.8.1"
12+
kotlinxSerializationJson = "1.9.0"
1313
library = "1.3.0"
1414
libraryVersion = "1.4.0"
15-
lifecycle = "2.9.1"
15+
lifecycle = "2.9.2"
1616
lottie = "6.6.7"
17-
navigationFragment = "2.9.0"
18-
navigationUi = "2.9.0"
17+
navigationFragment = "2.9.2"
18+
navigationUi = "2.9.2"
1919
preference = "1.2.1"
2020
review = "2.0.2"
2121
volley = "1.2.1"
2222
coreKtx = "1.16.0"
2323
material = "1.12.0"
2424
multidex = "2.0.1"
25-
playServicesAds = "24.4.0"
25+
playServicesAds = "24.5.0"
2626
codeview = "1.3.9"
2727

2828
[libraries]

0 commit comments

Comments
 (0)