Skip to content

Commit cb6f413

Browse files
committed
Add font settings reset to defaults functionality
1 parent 7f5464d commit cb6f413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
// Android 6.0 (API 23) and earlier are not supported
1919
minSdk = 24
2020
targetSdk = 36
21-
versionCode = 17
22-
versionName = "1.1.6"
21+
versionCode = 18
22+
versionName = "1.1.7"
2323

2424
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2525

0 commit comments

Comments
 (0)