From 9e00d69d35675b161ba92f81b4132d5b65c2341a Mon Sep 17 00:00:00 2001 From: Raymond Yang Date: Tue, 2 Apr 2024 13:56:09 +0800 Subject: [PATCH] =?UTF-8?q?Version=201.0.4:=20=E4=BF=AE=E6=AD=A3FileProvid?= =?UTF-8?q?er=E5=8F=96=E5=BE=97=E7=9A=84contentUri=EF=BC=8C=E5=9C=A8?= =?UTF-8?q?=E4=B8=8B=E6=AC=A1=E4=BD=BF=E7=94=A8=E6=99=82=E5=A4=B1=E6=95=88?= =?UTF-8?q?=E7=9A=84=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 92374b6..7650549 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -12,7 +12,7 @@ android { minSdk = 24 targetSdk = 34 versionCode = 4 - versionName = "1.0.3" + versionName = "1.0.4" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" }