Skip to content

Commit 595b462

Browse files
committed
Remove experimental option.
1 parent 90f5f2f commit 595b462

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
minSdk = 29
1313
targetSdk = 33
1414
versionCode = 1
15-
versionName = "0.5"
15+
versionName = "0.76"
1616

1717
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1818
}

app/src/main/res/xml/preferences.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,6 @@
9898
/>
9999
</PreferenceCategory>
100100
<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-
/>
108101
<Preference
109102
android:key="Reset"
110103
android:title="Reset to defaults"

0 commit comments

Comments
 (0)