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 4addd8c commit ae5e5d8Copy full SHA for ae5e5d8
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
applicationId = "com.yogeshpaliyal.deepr"
19
minSdk = 24
20
targetSdk = 36
21
- versionCode = 26
22
- versionName = "1.0.25"
+ versionCode = 27
+ versionName = "1.0.26"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
testInstrumentationRunnerArguments += mapOf(
whatsnew/whatsnew-en-US
@@ -1 +1 @@
1
-Fixed build generation
+- Add links silently - Profile themes - Notes improvements - Added support for profile in CSV for backup & restores.
0 commit comments