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 601b577 commit a4ce52cCopy full SHA for a4ce52c
app/build.gradle.kts
@@ -16,8 +16,8 @@ android {
16
applicationId = "com.yogeshpaliyal.deepr"
17
minSdk = 24
18
targetSdk = 36
19
- versionCode = 13
20
- versionName = "1.0.12"
+ versionCode = 14
+ versionName = "1.0.13"
21
22
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
23
}
whatsnew/whatsnew-en-US
@@ -1 +1 @@
1
-Improved tag managements
+- Local server to access deepr on local network, Improve UI/UX
0 commit comments