Skip to content

Commit 65491b7

Browse files
committed
Add commands
1 parent 217ff94 commit 65491b7

File tree

7 files changed

+14
-12
lines changed

7 files changed

+14
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Icon](https://raw.githubusercontent.com/SimonSchubert/LinuxCommandLibrary/master/art/web_hi_res_144.png)
44

5-
The app currently has **7680** manual pages, **22+** basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
5+
The app currently has **7717** manual pages, **22+** basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
66

77
[![Play Store](https://raw.githubusercontent.com/SimonSchubert/LinuxCommandBibliotheca/master/art/play_store_badge.png)](https://play.google.com/store/apps/details?id=com.inspiredandroid.linuxcommandbibliotheca)
88
[![F-Droid](https://raw.githubusercontent.com/SimonSchubert/LinuxCommandBibliotheca/master/art/fdroid_badge.png)](https://f-droid.org/en/packages/com.inspiredandroid.linuxcommandbibliotheca/)

android/src/main/java/com/inspiredandroid/linuxcommandbibliotheca/DataManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ class DataManager(context: Context) {
5252
const val KEY_BOOKMARKS = "KEY_BOOKMARKS"
5353
const val KEY_DATABASE_VERSION = "DATABASE_VERSION"
5454
const val KEY_AUTO_EXPAND_SECTIONS = "auto_expand_sections"
55-
const val CURRENT_DATABASE_VERSION = 32
55+
const val CURRENT_DATABASE_VERSION = 33
5656
}
5757
}

assets/database.db

252 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Add commands
2+
Upgrade sdks

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The app currently has <b>7680</b> manual pages, <b>22</b> basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
1+
The app currently has <b>7717</b> manual pages, <b>22</b> basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
22

33
<b>Categories</b>
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7680 manual pages, 22 basic categories and a bunch of general terminal tips.
1+
7717 manual pages, 22 basic categories and a bunch of general terminal tips.

gradle/libs.versions.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[versions]
22
agp = "8.13.1"
3-
appVersion = "3.4.10"
4-
androidVersionCode = "120"
3+
appVersion = "3.4.11"
4+
androidVersionCode = "121"
55
kotlin = "2.2.21"
66
accompanistAppcompatTheme = "0.36.0"
7-
activityCompose = "1.11.0"
8-
foundation = "1.9.4"
7+
activityCompose = "1.12.0"
8+
foundation = "1.9.5"
99
json = "20250517"
1010
koinCore = "4.1.1"
1111
kotlinxCoroutinesCore = "1.10.2"
1212
kotlinxHtmlJvm = "0.12.0"
13-
lifecycleViewmodelCompose = "2.9.4"
14-
material = "1.9.4"
13+
lifecycleViewmodelCompose = "2.10.0"
14+
material = "1.9.5"
1515
materialIcons = "1.7.8"
1616
navigationCompose = "2.9.6"
1717
preference = "1.2.1"
1818
sqldelight = "2.2.1"
19-
uiToolingPreview = "1.9.4"
20-
spotless = "8.0.0"
19+
uiToolingPreview = "1.9.5"
20+
spotless = "8.1.0"
2121
kotlinxCollectionsImmutable = "0.4.0"
2222
benManesVersions = "0.53.0"
2323

0 commit comments

Comments
 (0)