Skip to content

Commit cc65d81

Browse files
author
Simon Schubert
committed
Add commands and upgrade sdks
1 parent 97a308e commit cc65d81

7 files changed

Lines changed: 12 additions & 10 deletions

File tree

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 **7007** 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 **7077** 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/)

assets/database.db

480 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>7007</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>7077</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-
7007 manual pages, 22 basic categories and a bunch of general terminal tips.
1+
7077 manual pages, 22 basic categories and a bunch of general terminal tips.

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
agp = "8.11.1"
3-
appVersion = "3.4.1"
4-
androidVersionCode = "111"
2+
agp = "8.12.0"
3+
appVersion = "3.4.2"
4+
androidVersionCode = "112"
55
kotlin = "2.2.0"
66
accompanistAppcompatTheme = "0.36.0"
77
activityCompose = "1.10.1"
@@ -10,14 +10,14 @@ json = "20250517"
1010
koinCore = "4.1.0"
1111
kotlinxCoroutinesCore = "1.10.2"
1212
kotlinxHtmlJvm = "0.12.0"
13-
lifecycleViewmodelCompose = "2.9.1"
13+
lifecycleViewmodelCompose = "2.9.2"
1414
material = "1.8.3"
1515
materialIcons = "1.7.8"
16-
navigationCompose = "2.9.1"
16+
navigationCompose = "2.9.3"
1717
preference = "1.2.1"
1818
sqldelight = "2.1.0"
1919
uiToolingPreview = "1.8.3"
20-
spotless = "7.1.0"
20+
spotless = "7.2.1"
2121
kotlinxCollectionsImmutable = "0.4.0"
2222
benManesVersions = "0.52.0"
2323

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)