Skip to content

Commit 1900741

Browse files
committed
bump app version, update fastlane assets
1 parent b573314 commit 1900741

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

10-bitClockWidget/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ android {
2424
applicationId "com.github.ashutoshgngwr.tenbitclockwidget"
2525
minSdkVersion 14
2626
targetSdkVersion 30
27-
versionCode 163
28-
versionName "1.6-3"
27+
versionCode 170
28+
versionName "1.7"
2929
}
3030
buildTypes {
3131
release {
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Add 24-hour (11-bit) display format
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
10-bit Clock Widget uses 10 binary dots and their color to represent current time in 12-hour format.
1+
10-bit Clock Widget presents current time on your home screen using binary coded decimals.
2+
3+
<b>Features</b>
4+
- 12-hour display format (default)
5+
- 24-hour display format
6+
- Use custom colours
27

38
10-bit Clock Widget is free and open-source software.
49
https://github.com/ashutoshgngwr/10-bitClockWidget
106 KB
Loading
105 KB
Loading
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
A beautiful BCD clock for your homescreen
1+
A beautiful BCD clock for your home screen

0 commit comments

Comments
 (0)