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 9e646f6 commit 6a3ca35Copy full SHA for 6a3ca35
app/build.gradle.kts
@@ -38,8 +38,8 @@ android {
38
applicationId = "to.bitkit.dev"
39
minSdk = 28
40
targetSdk = 35
41
- versionCode = 4
42
- versionName = "0.0.4"
+ versionCode = 5
+ versionName = "0.0.5"
43
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
44
vectorDrawables {
45
useSupportLibrary = true
0 commit comments