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 243a6eb commit bb97c63Copy full SHA for bb97c63
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
applicationId = "com.yogeshpaliyal.deepr"
19
minSdk = 24
20
targetSdk = 36
21
- versionCode = 18
22
- versionName = "1.0.17"
+ versionCode = 19
+ versionName = "1.0.18"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
}
whatsnew/whatsnew-en-US
@@ -1 +1 @@
1
-Add notes support and improve UI/UX of the app
+Now you can transfer links to different device, enhaced UI/UX.
0 commit comments