diff options
author | Alex Ning <chineseperson5@gmail.com> | 2022-02-11 15:08:16 +0000 |
---|---|---|
committer | Alex <docilealligator.app@gmail.com> | 2022-02-12 14:05:22 +0000 |
commit | c64b6ef2293754b337d7b0a91358a819cd77ffd9 (patch) | |
tree | b2302a2183731e3e4c521ddfdcc6b6852268d92e /app/build.gradle | |
parent | 79cc6ddf1ee979d9a5c3cac2d426bf94813cef1f (diff) | |
download | infinity-for-reddit-c64b6ef2293754b337d7b0a91358a819cd77ffd9.tar infinity-for-reddit-c64b6ef2293754b337d7b0a91358a819cd77ffd9.tar.gz infinity-for-reddit-c64b6ef2293754b337d7b0a91358a819cd77ffd9.tar.bz2 infinity-for-reddit-c64b6ef2293754b337d7b0a91358a819cd77ffd9.tar.lz infinity-for-reddit-c64b6ef2293754b337d7b0a91358a819cd77ffd9.tar.xz infinity-for-reddit-c64b6ef2293754b337d7b0a91358a819cd77ffd9.tar.zst infinity-for-reddit-c64b6ef2293754b337d7b0a91358a819cd77ffd9.zip |
Version 5.1.8. Add Reddit User Agreement to settings. Move Privacy Policy option from About to main settings page.
Diffstat (limited to 'app/build.gradle')
-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 e55aa22b..548b70fa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 30 - versionCode 92 - versionName "5.1.7" + versionCode 93 + versionName "5.1.8" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { |