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 72b1bd2 commit 3c9b28bCopy full SHA for 3c9b28b
app/build.gradle.kts
@@ -15,8 +15,8 @@ android {
15
applicationId = "com.yogeshpaliyal.deepr"
16
minSdk = 24
17
targetSdk = 36
18
- versionCode = 9
19
- versionName = "1.0.8"
+ versionCode = 10
+ versionName = "1.0.9"
20
21
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
22
}
whatsnew/whatsnew-en-US
@@ -1 +1 @@
1
-Add links vy sharing from other apps
+- Added tags support, Sync links with external markdown file
0 commit comments