diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-05-30 01:42:42 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-05-30 01:42:42 +0000 |
commit | 0f33ef627e0fe18023b6cb5efcccc7f06c2ec423 (patch) | |
tree | 53c62358c9b9cbd1b790f48f174de2ffec42208c /app | |
parent | 4da23538696a924d263339cd839bc1fbb9515f59 (diff) | |
download | infinity-for-reddit-0f33ef627e0fe18023b6cb5efcccc7f06c2ec423.tar infinity-for-reddit-0f33ef627e0fe18023b6cb5efcccc7f06c2ec423.tar.gz infinity-for-reddit-0f33ef627e0fe18023b6cb5efcccc7f06c2ec423.tar.bz2 infinity-for-reddit-0f33ef627e0fe18023b6cb5efcccc7f06c2ec423.tar.lz infinity-for-reddit-0f33ef627e0fe18023b6cb5efcccc7f06c2ec423.tar.xz infinity-for-reddit-0f33ef627e0fe18023b6cb5efcccc7f06c2ec423.tar.zst infinity-for-reddit-0f33ef627e0fe18023b6cb5efcccc7f06c2ec423.zip |
Version 4.3.3.
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 649c7f23..7bbdf8e8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 30 - versionCode 68 - versionName "4.3.2" + versionCode 69 + versionName "4.3.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { |