From c0596c82e764049afed79aab29ad2bfae78b0ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E7=94=B2=E4=BB=91?= Date: Fri, 16 Sep 2022 14:21:00 +0800 Subject: [PATCH] update version --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 195fdbb..e509df5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.yameida.worktool" minSdkVersion 24 targetSdkVersion 30 - versionCode 225 - versionName "2.2.5" + versionCode 226 + versionName "2.2.6" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" }