aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-10-14 03:03:54 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-10-14 03:03:54 +0000
commit68f113a66ef9b21484ae24b9cb937397aee739fb (patch)
treedebd9a06436aa1e53d9a7caf59cd5696c6fbb5a2 /app/build.gradle
parentfdca23fa14c5f42b028a0598e9fb2c4ae6a696f2 (diff)
downloadinfinity-for-reddit-68f113a66ef9b21484ae24b9cb937397aee739fb.tar
infinity-for-reddit-68f113a66ef9b21484ae24b9cb937397aee739fb.tar.gz
infinity-for-reddit-68f113a66ef9b21484ae24b9cb937397aee739fb.tar.bz2
infinity-for-reddit-68f113a66ef9b21484ae24b9cb937397aee739fb.tar.lz
infinity-for-reddit-68f113a66ef9b21484ae24b9cb937397aee739fb.tar.xz
infinity-for-reddit-68f113a66ef9b21484ae24b9cb937397aee739fb.tar.zst
infinity-for-reddit-68f113a66ef9b21484ae24b9cb937397aee739fb.zip
Show an error message when favorite or unfavorite something failed. Minor bugs fixed. Version 1.3.0.
Diffstat (limited to '')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e34daa12..4035fff1 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -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 {