Skip to content

Commit 7509632

Browse files
author
Simon Schubert
committed
Upgrade sdks and add commands
1 parent 6b7a5eb commit 7509632

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

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 = 22
55+
const val CURRENT_DATABASE_VERSION = 23
5656
}
5757
}

assets/database.db

3.62 MB
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

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
22
agp = "8.10.1"
3-
appVersion = "3.3.13"
4-
androidVersionCode = "107"
3+
appVersion = "3.3.14"
4+
androidVersionCode = "108"
55
kotlin = "2.1.21"
66
accompanistAppcompatTheme = "0.36.0"
77
activityCompose = "1.10.1"
88
foundation = "1.8.2"
99
json = "20250517"
10-
koinCore = "4.0.4"
10+
koinCore = "4.1.0"
1111
kotlinxCoroutinesCore = "1.10.2"
1212
kotlinxHtmlJvm = "0.12.0"
1313
lifecycleViewmodelCompose = "2.9.1"

0 commit comments

Comments
 (0)