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 cf7faf2 commit 91a4ea6Copy full SHA for 91a4ea6
CHANGELOG.md
@@ -1,6 +1,13 @@
1
Change Log
2
==========
3
4
+Version 2.0.3 *(2026-01-10)*
5
+-----------------------------
6
+
7
+- Fix auto saving constraints.
8
+- Fix error message when saving link with same title.
9
+- Fix the flow of saving link when it shared from outside the app.
10
11
Version 2.0.2 *(2026-01-06)*
12
-----------------------------
13
app/build.gradle.kts
@@ -17,8 +17,8 @@ android {
17
minSdk = libs.versions.minSdk.get().toInt()
18
targetSdk = libs.versions.targetSdk.get().toInt()
19
multiDexEnabled = true
20
- versionCode = 38
21
- versionName = "2.0.2"
+ versionCode = 39
+ versionName = "2.0.3"
22
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
23
24
ksp {
0 commit comments