We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb7ec8 commit bfca635Copy full SHA for bfca635
app/build.gradle.kts
@@ -24,8 +24,8 @@ android {
24
applicationId = "com.example.luteforandroidv2"
25
minSdk = 26
26
targetSdk = 33
27
- versionCode = 1106 // Using the patch number from strings.xml as versionCode
28
- versionName = "0.5.33" // Matching the version in strings.xml
+ versionCode = 1109 // Using the patch number from strings.xml as versionCode
+ versionName = "0.5.36" // Matching the version in strings.xml
29
30
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
31
}
0 commit comments