Fixed UI in ViewMultiRedditDetailActivity. Add a share option in Settings -> About to let you easily share this app to other people. Version 2.0.0.

This commit is contained in:
Alex Ning
2019-12-19 21:09:58 +08:00
parent a914ed95ef
commit 2113d4a902
9 changed files with 42 additions and 15 deletions

View File

@@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 29
versionCode 24
versionName "1.6.2"
versionCode 25
versionName "2.0.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {