File tree Expand file tree Collapse file tree
src/main/java/com/inspiredandroid/linuxcommandbibliotheca
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ buildscript {
2020}
2121
2222group = " com.inspiredandroid"
23- version = " 3.3.8 "
23+ version = " 3.3.9 "
2424
2525allprojects {
2626 repositories {
Original file line number Diff line number Diff line change 1- version =3.3.8
1+ version =3.3.9
Original file line number Diff line number Diff line change 1+ Add commands
2+ Upgrade sdks
You can’t perform that action at this time.
0 commit comments