Version 1.0.4: 修正FileProvider取得的contentUri,在下次使用時失效的問題

This commit is contained in:
Raymond Yang 2024-04-02 13:56:09 +08:00
parent 003bbb9e63
commit 9e00d69d35

View File

@ -12,7 +12,7 @@ android {
minSdk = 24
targetSdk = 34
versionCode = 4
versionName = "1.0.3"
versionName = "1.0.4"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}