We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 963632d + 667f69d commit 6a163b8Copy full SHA for 6a163b8
1 file changed
app/build.gradle.kts
@@ -55,8 +55,8 @@ android {
55
applicationId = "to.bitkit"
56
minSdk = 28
57
targetSdk = 36
58
- versionCode = 174
59
- versionName = "2.0.0"
+ versionCode = 175
+ versionName = "2.0.1"
60
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
61
vectorDrawables {
62
useSupportLibrary = true
0 commit comments