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 54dd76e commit 6c814d3Copy full SHA for 6c814d3
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Change Log
2
3
+## 1.1.0
4
+* Make the hour at which a day changes selectable
5
+* Show change message in title bar
6
+* Add a monochome launcher icon for Android 13
7
+
8
## 1.0.8
9
* Improve screen time recording
10
app/build.gradle
@@ -8,8 +8,8 @@ android {
minSdkVersion 11
targetSdkVersion sdk_version
11
- versionCode 9
12
- versionName '1.0.8'
+ versionCode 10
+ versionName '1.1.0'
13
}
14
15
signingConfigs {
0 commit comments