aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-09-17 08:56:04 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-09-17 08:56:04 +0000
commit5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7 (patch)
tree2df109032c5bd570f23ea330aebf20df22d9bfc9 /app/build.gradle
parentee5fc0a5fc652c9e0b83b4f82ec80f1ec81380fd (diff)
downloadinfinity-for-reddit-5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7.tar
infinity-for-reddit-5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7.tar.gz
infinity-for-reddit-5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7.tar.bz2
infinity-for-reddit-5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7.tar.lz
infinity-for-reddit-5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7.tar.xz
infinity-for-reddit-5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7.tar.zst
infinity-for-reddit-5172ae96a7b919532ea6054c2f3d98c5fe1ec4f7.zip
Change the color of the comment's vertical bar. Long press the comment to expand or collapse. Version 1.0.9.
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 31d92b75..ef840dfd 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -6,8 +6,8 @@ android {
applicationId "ml.docilealligator.infinityforreddit"
minSdkVersion 21
targetSdkVersion 29
- versionCode 9
- versionName "1.0.8"
+ versionCode 10
+ versionName "1.0.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {