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