Added five entries per page option

This commit is contained in:
tom5079
2020-10-04 20:39:33 +09:00
parent 3029b3bf0e
commit 11e9bc2235
2 changed files with 2 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ android {
minSdkVersion 16
targetSdkVersion 30
versionCode 61
versionName "5.1.2-hotfix3"
versionName "5.1.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}

View File

@@ -2,6 +2,7 @@
<resources>
<string-array name="settings_galleries_per_page">
<item>5</item>
<item>10</item>
<item>25</item>
<item>50</item>