We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f2a94 commit 5bfccfbCopy full SHA for 5bfccfb
app/src/main/play/release-notes/en-US/default.txt
@@ -1,2 +1,4 @@
1
+Show state changes in QuickSettingsTileSchedule (thanks @normanre)
2
Removed libsuperuser dependency for security reasons.
3
+Dropped wakelock and write secure system settings permission.
4
Due to minimum requirements of Androidx dependencies minimum Android version was raised to 6.
gradle/libs.versions.toml
@@ -7,8 +7,8 @@ ndk-version = "29.0.14206865"
7
target-sdk = "36"
8
9
# App version
10
-version-code = "2001200"
11
-version-name = "2.0.12.0"
+version-code = "2001201"
+version-name = "2.0.12.1"
12
13
# External SDK versions
14
go_version = "1.25.4"
0 commit comments