Skip to content

Commit

Permalink
fix animation interval prefs
Browse files Browse the repository at this point in the history
  • Loading branch information
wuan committed Oct 21, 2023
1 parent 6c9200f commit c79a9ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "org.blitzortung.android.app"
minSdkVersion 15
targetSdkVersion 33
versionCode 314
versionName '2.2.0'
versionCode 315
versionName '2.2.1'
multiDexEnabled false
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/res/xml/preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,11 @@
<ListPreference
android:title="@string/animation_interval_duration"
android:summary="@string/animation_interval_duration_summary"
android:defaultValue="BLITZORTUNG"
android:defaultValue="6"
android:enabled="true"
android:entries="@array/animation_interval_durations"
android:entryValues="@array/animation_interval_duration_values"
android:key="animation_interval"
android:key="animation_interval_duration"
android:persistent="true"
android:selectable="true"
/>
Expand Down

0 comments on commit c79a9ae

Please sign in to comment.