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 da88faa commit c70f22cCopy full SHA for c70f22c
1 file changed
app/build.gradle.kts
@@ -47,7 +47,7 @@ android {
47
minSdk = 28
48
targetSdk = 36
49
versionCode = 163
50
- versionName = "0.0.18"
+ versionName = "2.0.0-rc.1"
51
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
52
vectorDrawables {
53
useSupportLibrary = true
@@ -176,8 +176,7 @@ android {
176
}
177
178
composeCompiler {
179
- featureFlags = setOf(
180
- )
+ featureFlags = setOf()
181
reportsDestination = layout.buildDirectory.dir("compose_compiler")
182
183
0 commit comments