2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ android {
19
19
applicationId " fr.nuage.souvenirs"
20
20
minSdkVersion 24
21
21
targetSdkVersion 35
22
- versionCode 36
23
- versionName " 2.9.2 "
22
+ versionCode 37
23
+ versionName " 2.9.3 "
24
24
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
25
25
setProperty(" archivesBaseName" , " souvenirs-$versionName " )
26
26
}
Original file line number Diff line number Diff line change
1
+ Change: remove status bar in album view mode
2
+ Fix: Album disposition of element on a fresh new album
3
+ Fix: Multiple panoramic photo in one album
4
+ Fix: Spinning wheel on large file share into album
5
+ Fix: Background sync job killed. Now using frontend service
6
+ Fix: Video scale in view mode
7
+ Fix: Crash on sharing media to Souvenir app
8
+ Fix: Blurred background if image/video smaller than element
9
+ Fix: Video playing if last page of an album
0 commit comments