Skip to content

Commit c70f22c

Browse files
committed
chore: update version name
1 parent da88faa commit c70f22c

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
@@ -47,7 +47,7 @@ android {
4747
minSdk = 28
4848
targetSdk = 36
4949
versionCode = 163
50-
versionName = "0.0.18"
50+
versionName = "2.0.0-rc.1"
5151
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
5252
vectorDrawables {
5353
useSupportLibrary = true
@@ -176,8 +176,7 @@ android {
176176
}
177177

178178
composeCompiler {
179-
featureFlags = setOf(
180-
)
179+
featureFlags = setOf()
181180
reportsDestination = layout.buildDirectory.dir("compose_compiler")
182181
}
183182

0 commit comments

Comments
 (0)