Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6131ca9b authored by tibbi's avatar tibbi
Browse files

add a shared prefs constant for Sorting

parent 12a0adc7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ buildscript {
        propMinSdkVersion = 16
        propTargetSdkVersion = propCompileSdkVersion
        propVersionCode = 1
        propVersionName = '3.4.2'
        propVersionName = '3.4.5'
        kotlin_version = '1.2.10'
        support_libs = '27.0.2'
    }
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ val WAS_SHARED_THEME_FORCED = "was_shared_theme_forced"
val WAS_CUSTOM_THEME_SWITCH_DESCRIPTION_SHOWN = "was_custom_theme_switch_description_shown"
val WAS_SHARED_THEME_AFTER_UPDATE_CHECKED = "was_shared_theme_after_update_checked"
val SHOW_INFO_BUBBLE = "show_info_bubble"
val SORTING = "sorting"

// licenses
val LICENSE_KOTLIN = 1