Skip to content

Commit af9d8a6

Browse files
author
Simon Schubert
committed
Release
1 parent 0028054 commit af9d8a6

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
applicationId = "com.inspiredandroid.linuxcommandbibliotheca"
4040
minSdk = 24
4141
targetSdk = 35
42-
versionCode = 102
42+
versionCode = 103
4343
versionName = project.version.toString()
4444
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4545
}

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

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ buildscript {
2020
}
2121

2222
group = "com.inspiredandroid"
23-
version = "3.3.8"
23+
version = "3.3.9"
2424

2525
allprojects {
2626
repositories {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.3.8
1+
version=3.3.9
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Add commands
2+
Upgrade sdks

0 commit comments

Comments
 (0)