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 79dca00 commit edefffaCopy full SHA for edefffa
app/build.gradle.kts
@@ -79,8 +79,8 @@ android {
79
applicationId = "chat.revolt"
80
minSdk = 24
81
targetSdk = 35
82
- versionCode = Integer.parseInt("001_003_106".replace("_", ""), 10)
83
- versionName = "1.3.6a"
+ versionCode = Integer.parseInt("001_003_206".replace("_", ""), 10)
+ versionName = "1.3.6b"
84
85
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
86
vectorDrawables {
0 commit comments