Show an error message when favorite or unfavorite something failed. Minor bugs fixed. Version 1.3.0.

This commit is contained in:
Alex Ning
2019-10-14 11:03:54 +08:00
parent fdca23fa14
commit 68f113a66e
5 changed files with 15 additions and 3 deletions

View File

@@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 29
versionCode 16
versionName "1.2.2"
versionCode 17
versionName "1.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {