We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3592656 commit dc44803Copy full SHA for dc44803
app/build.gradle
@@ -19,8 +19,8 @@ android {
19
applicationId "fr.nuage.souvenirs"
20
minSdkVersion 24
21
targetSdkVersion 35
22
- versionCode 38
23
- versionName "2.9.4"
+ versionCode 39
+ versionName "2.9.5"
24
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
25
setProperty("archivesBaseName", "souvenirs-$versionName")
26
}
metadata/en-US/changelogs/39.txt
@@ -0,0 +1 @@
1
+Fix: API 35 (android 15) application bar display
0 commit comments