We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963632d commit 667f69dCopy full SHA for 667f69d
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