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 f23ee1c commit 418c131Copy full SHA for 418c131
app/build.gradle.kts
@@ -39,8 +39,8 @@ android {
39
applicationId = "to.bitkit"
40
minSdk = 28
41
targetSdk = 35
42
- versionCode = 13
43
- versionName = "0.0.13"
+ versionCode = 14
+ versionName = "0.0.14"
44
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
45
vectorDrawables {
46
useSupportLibrary = true
0 commit comments