From 3b836b5f8fdef523ed99aa7cb7e1ebd3ab310ea4 Mon Sep 17 00:00:00 2001 From: Vibbit Date: Tue, 22 Jun 2021 18:35:29 +0800 Subject: [PATCH] 1.7.2 release --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a3f33a7c..2143a5a4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,8 +17,8 @@ android { applicationId "com.github.malitsplus.shizurunotes" minSdkVersion 26 targetSdkVersion 29 - versionCode 46 - versionName "1.7.1" + versionCode 47 + versionName "1.7.2" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes {