From 0724dc861ad957370b7aa03d2f89375d0d6ebe4d Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 10 Apr 2021 23:23:34 +0800 Subject: Version 4.3.0-beta1. Tweak the name of the backup file. --- 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 c7670293..f3717c04 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 30 - versionCode 60 - versionName "4.2.5" + versionCode 61 + versionName "4.3.0-beta1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" javaCompileOptions { annotationProcessorOptions { -- cgit v1.2.3