From c64b6ef2293754b337d7b0a91358a819cd77ffd9 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 11 Feb 2022 23:08:16 +0800 Subject: Version 5.1.8. Add Reddit User Agreement to settings. Move Privacy Policy option from About to main settings page. --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/build.gradle') 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 { -- cgit v1.2.3