Do not retry loading pages

GIF support in non-vertical pagers
Fix cache being double-opened
This commit is contained in:
NerdNumber9
2018-07-18 22:17:46 -04:00
parent 2fd4204db8
commit 840e571917
6 changed files with 65 additions and 5 deletions

View File

@@ -40,8 +40,8 @@ android {
minSdkVersion 16
targetSdkVersion 27
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
versionCode 7402
versionName "v7.4.2-EH"
versionCode 7404
versionName "v7.4.4-EH"
buildConfigField "String", "COMMIT_COUNT", "\"${getCommitCount()}\""
buildConfigField "String", "COMMIT_SHA", "\"${getGitSha()}\""