Hiding and unhiding posts are now available.

This commit is contained in:
Alex Ning
2019-09-08 16:08:39 +08:00
parent 010a230baf
commit 5dbe271b2c
12 changed files with 240 additions and 50 deletions

View File

@@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 29
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {