From 5aa4274325b8b7c6a4dbaf63a97f06c8f8be01e0 Mon Sep 17 00:00:00 2001 From: liahnu <49276659+1328411791@users.noreply.github.com> Date: Wed, 19 Apr 2023 00:57:56 +0800 Subject: [PATCH] Update build.gradle --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index e9b4554..2df10df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ android { minSdk 21 targetSdk 33 versionCode 2 - versionName "1.5.3" + versionName "1.6.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -47,4 +47,4 @@ dependencies { implementation 'cn.hutool:hutool-all:5.8.15' implementation 'com.google.code.gson:gson:2.8.9' -} \ No newline at end of file +}