Release 31
This commit is contained in:
parent
cb50db7730
commit
1516452ab5
|
@ -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",...) ?
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue