Skip to content

Commit 3731947

Browse files
committed
Update version & changelogs for version 1.6.7
1 parent b14a54a commit 3731947

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==========
33

4+
Version 1.6.7 *(2025-12-29)*
5+
-----------------------------
6+
7+
- Fix edge-to-edge problem.
8+
- Add linkhub prefix for exported file name.
9+
410
Version 1.6.6 *(2025-10-28)*
511
-----------------------------
612

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ android {
1616
minSdk = libs.versions.minSdk.get().toInt()
1717
targetSdk = libs.versions.targetSdk.get().toInt()
1818
multiDexEnabled = true
19-
versionCode = 34
20-
versionName = "1.6.6"
19+
versionCode = 35
20+
versionName = "1.6.7"
2121
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2222

2323
ksp {

0 commit comments

Comments
 (0)