Release 31

This commit is contained in:
Matthieu 2024-02-25 12:03:05 +01:00
parent cb50db7730
commit 1516452ab5
2 changed files with 4 additions and 1 deletions

View File

@ -30,8 +30,8 @@ android {
}
defaultConfig {
minSdkVersion 23
versionCode 30
targetSdkVersion 34
versionCode 31
versionName "1.0.beta" + versionCode
//TODO add resConfigs("en", "fr", "ja",...) ?

View File

@ -0,0 +1,3 @@
* Fix crash when sharing an image from gallery etc to the app
* Fix permission issue causing images to throw a permission denied error