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