Fix force stop when navigating top-level comments. Fix invisible retry loading more posts button in dark theme. Minor bugs fixed.

This commit is contained in:
Alex Ning
2019-11-26 22:01:34 +08:00
parent a7edd207ad
commit b96552a5ca
7 changed files with 69 additions and 67 deletions

View File

@@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 29
versionCode 22
versionName "1.6.0"
versionCode 23
versionName "1.6.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {