We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5faa001 commit 1c27718Copy full SHA for 1c27718
1 file changed
app/build.gradle.kts
@@ -54,8 +54,8 @@ android {
54
applicationId = "to.bitkit"
55
minSdk = 28
56
targetSdk = 36
57
- versionCode = 171
58
- versionName = "2.0.0-rc.5"
+ versionCode = 172
+ versionName = "2.0.0-rc.6"
59
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
60
vectorDrawables {
61
useSupportLibrary = true
0 commit comments