Handle sidebar links. Version 2.1.0.

This commit is contained in:
Alex Ning
2019-12-31 21:54:51 +08:00
parent e4ce71bf2a
commit 4d6782107d
2 changed files with 7 additions and 2 deletions

View File

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