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 6c498b7 commit d65b107Copy full SHA for d65b107
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.3
2
+- Fix a nullability issue.
3
+
4
# 1.2
5
- Allow reading restricted settings on Android 14.
6
- Improve integration with SystemUI Tuner.
app/build.gradle
@@ -13,8 +13,8 @@ android {
13
minSdkVersion 23
14
//noinspection ExpiredTargetSdkVersion
15
targetSdkVersion 22
16
- versionCode 3
17
- versionName "1.2"
+ versionCode 4
+ versionName "1.3"
18
19
base.archivesName.set("SystemUITunerAddOn_${versionName}")
20
}
0 commit comments