Skip to content

Commit 1a1551f

Browse files
committedOct 18, 2024
v2.9.2
1 parent 8c78757 commit 1a1551f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ android {
1919
applicationId "fr.nuage.souvenirs"
2020
minSdkVersion 24
2121
targetSdkVersion 33
22-
versionCode 35
23-
versionName "2.9.1"
22+
versionCode 36
23+
versionName "2.9.2"
2424
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
2525
setProperty("archivesBaseName", "souvenirs-$versionName")
2626
}

‎metadata/en-US/changelogs/36.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix: Concurrent access on album save

0 commit comments

Comments
 (0)
Failed to load comments.