From b56594aeba17afb0a938188082fcc91679826b55 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 5 Oct 2019 23:53:28 +0800 Subject: Version 1.2.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index 9147f5e2..d1a8fe17 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "ml.docilealligator.infinityforreddit" minSdkVersion 21 targetSdkVersion 29 - versionCode 13 - versionName "1.1.2" + versionCode 14 + versionName "1.2.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { -- cgit v1.2.3