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 042b5fa commit 1811989Copy full SHA for 1811989
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
applicationId = "com.yogeshpaliyal.deepr"
19
minSdk = 24
20
targetSdk = 36
21
- versionCode = 17
22
- versionName = "1.0.16"
+ versionCode = 18
+ versionName = "1.0.17"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
}
whatsnew/whatsnew-en-US
@@ -1 +1 @@
1
-Fix : Editing of links
+Add notes support and improve UI/UX of the app
0 commit comments