We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c78757 commit 1a1551fCopy full SHA for 1a1551f
app/build.gradle
@@ -19,8 +19,8 @@ android {
19
applicationId "fr.nuage.souvenirs"
20
minSdkVersion 24
21
targetSdkVersion 33
22
- versionCode 35
23
- versionName "2.9.1"
+ versionCode 36
+ versionName "2.9.2"
24
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
25
setProperty("archivesBaseName", "souvenirs-$versionName")
26
}
metadata/en-US/changelogs/36.txt
@@ -0,0 +1 @@
1
+Fix: Concurrent access on album save
0 commit comments