From 5d07ad2d3b3e532c1897f09dcae4d3641d89beac Mon Sep 17 00:00:00 2001 From: Docile-Alligator Date: Fri, 3 Jun 2022 13:36:11 +0800 Subject: Version 5.2.0 --- 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 7e4bbd6d..69b225d2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 31 - versionCode 98 - versionName "5.2.0-beta2" + versionCode 99 + versionName "5.2.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { -- cgit v1.2.3