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 4348fbf commit 27f8689Copy full SHA for 27f8689
app/build.gradle.kts
@@ -14,8 +14,8 @@ android {
14
applicationId = "com.yogeshpaliyal.deepr"
15
minSdk = 24
16
targetSdk = 36
17
- versionCode = 2
18
- versionName = "1.0.1"
+ versionCode = 3
+ versionName = "1.0.2"
19
20
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
21
}
0 commit comments