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 662b402 commit 7221caaCopy full SHA for 7221caa
app/build.gradle.kts
@@ -18,8 +18,8 @@ android {
18
applicationId = "com.yogeshpaliyal.deepr"
19
minSdk = 24
20
targetSdk = 36
21
- versionCode = 25
22
- versionName = "1.0.24"
+ versionCode = 26
+ versionName = "1.0.25"
23
24
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
25
testInstrumentationRunnerArguments += mapOf(
whatsnew/whatsnew-en-US
@@ -1 +1 @@
1
-Added support for longer notes and multiple languages improvements
+Fixed build generation
0 commit comments