We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f5f2f commit 595b462Copy full SHA for 595b462
app/build.gradle.kts
@@ -12,7 +12,7 @@ android {
12
minSdk = 29
13
targetSdk = 33
14
versionCode = 1
15
- versionName = "0.5"
+ versionName = "0.76"
16
17
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
18
}
app/src/main/res/xml/preferences.xml
@@ -98,13 +98,6 @@
98
/>
99
</PreferenceCategory>
100
<PreferenceCategory android:title="Other">
101
- <SwitchPreference
102
- android:key="pref_show_toolbar"
103
- android:defaultValue="false"
104
- android:title="Show Toolbar"
105
- android:summary="[Experimental] Show a toolbar with the modifier status."
106
- app:widgetLayout="@layout/settings_widget_switch" />
107
- />
108
<Preference
109
android:key="Reset"
110
android:title="Reset to defaults"
0 commit comments