We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b41799 commit fdeb977Copy full SHA for fdeb977
CHANGELOG
@@ -1,3 +1,10 @@
1
+1.2:
2
+ * Persistent piano configuration.
3
+ * Add option to only label C on piano.
4
+ * Keep screen on while metronome is on.
5
+ * Add option for metronome to continue when app is closed.
6
+ * Minor bugfixes.
7
+
8
1.1:
9
* Fix several crashes on older API versions.
10
* Minor editing (add links, fix typos).
build.gradle
@@ -43,8 +43,8 @@ android {
43
applicationId "mn.tck.semitone"
44
minSdkVersion 16
45
targetSdkVersion 28
46
- versionCode 2
47
- versionName "1.1"
+ versionCode 3
+ versionName "1.2"
48
externalNativeBuild {
49
cmake {
50
arguments "-DANDROID_PLATFORM=android-16"
0 commit comments