Skip to content

Commit edefffa

Browse files
committed
chore: bump to 1.3.6b
Signed-off-by: Infi <infi@infi.sh>
1 parent 79dca00 commit edefffa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ android {
7979
applicationId = "chat.revolt"
8080
minSdk = 24
8181
targetSdk = 35
82-
versionCode = Integer.parseInt("001_003_106".replace("_", ""), 10)
83-
versionName = "1.3.6a"
82+
versionCode = Integer.parseInt("001_003_206".replace("_", ""), 10)
83+
versionName = "1.3.6b"
8484

8585
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
8686
vectorDrawables {

0 commit comments

Comments
 (0)