Skip to content

Commit baf907b

Browse files
committed
Restore release version to 3.4.5
1 parent cef3ce0 commit baf907b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

app/build.gradle.kts

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

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"
6+
val appVersionCode = 141
7+
val appVersionName = "3.4.5"
98

109
plugins {
1110
alias(libs.plugins.android.application)

0 commit comments

Comments
 (0)