Skip to content

Commit cef3ce0

Browse files
committed
Bump release version to 3.4.7
1 parent 792c144 commit cef3ce0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ import java.util.Properties
33
import org.gradle.api.provider.Property
44
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
55

6-
val appVersionCode = 142
7-
val appVersionName = "3.4.6"
6+
// Skipping 3.4.6 as a release checkpoint; the next published release is 3.4.7.
7+
val appVersionCode = 143
8+
val appVersionName = "3.4.7"
89

910
plugins {
1011
alias(libs.plugins.android.application)

0 commit comments

Comments
 (0)