We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55157ee commit b1dbebbCopy full SHA for b1dbebb
app/build.gradle.kts
@@ -31,8 +31,8 @@ android {
31
applicationId = "de.maniac103.squeezeclient"
32
minSdk = 26
33
targetSdk = 35
34
- versionCode = 2
35
- versionName = "1.1"
+ versionCode = 3
+ versionName = "1.2"
36
37
vectorDrawables {
38
useSupportLibrary = true
fastlane/metadata/android/en-US/changelogs/3.txt
@@ -0,0 +1,4 @@
1
+- Fix a number of landscape layout issues
2
+- Fix play position shown as 0 when paused
3
+- Properly refresh settings pages when changing alarm settings
4
+- Misc. fixes and improvements
0 commit comments