We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f677970 commit 24d7837Copy full SHA for 24d7837
app/build.gradle.kts
@@ -48,7 +48,7 @@ android {
48
targetSdk = 34
49
vectorDrawables.useSupportLibrary = true
50
versionCode = 51
51
- versionName = "2.5.2"
+ versionName = "2.5.3"
52
javaCompileOptions {
53
annotationProcessorOptions {
54
argument("room.schemaLocation", "$projectDir/schemas")
app/src/main/play/release-notes/de-DE/default.txt
@@ -1,3 +1,6 @@
1
+v2.5.3
2
+• Unterstützung für Android 14 hinzugefügt
3
+
4
v2.5.2
5
• weitere fehlende Bluetooth-Berechtigung hinzugefügt
6
app/src/main/play/release-notes/en-US/default.txt
+• added support for Android 14
• added another missing bluetooth permission
0 commit comments