Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemkinator committed Sep 28, 2023
1 parent 9df6aec commit 3ec781c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ android {

buildFeatures {
viewBinding = true
buildConfig = true
}
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:resizeableActivity="true"
android:supportsRtl="true"
android:theme="@style/Theme.OneUISampleApp"
tools:targetApi="33">
tools:targetApi="34">

<meta-data
android:name="SamsungBasicInteraction"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<string name="color">Color</string>
<string name="app_picker">AppPicker</string>
<string name="index_scroll">IndexScroll</string>
<string name="all_apps">Alle apps</string>
<string name="all_apps">Alle Apps</string>
<string name="show_letters">Buchstaben anzeigen</string>
<string name="hide_letters">Buchstaben ausblenden</string>
<string name="show_system_apps">System Apps anzeigen</string>
Expand Down

0 comments on commit 3ec781c

Please sign in to comment.