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 b14a54a commit 3731947Copy full SHA for 3731947
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Change Log
2
==========
3
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
10
Version 1.6.6 *(2025-10-28)*
11
-----------------------------
12
app/build.gradle.kts
@@ -16,8 +16,8 @@ android {
16
minSdk = libs.versions.minSdk.get().toInt()
17
targetSdk = libs.versions.targetSdk.get().toInt()
18
multiDexEnabled = true
19
- versionCode = 34
20
- versionName = "1.6.6"
+ versionCode = 35
+ versionName = "1.6.7"
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
23
ksp {
0 commit comments