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 717f943 commit 1f00462Copy full SHA for 1f00462
app/build.gradle.kts
@@ -45,8 +45,8 @@ android {
45
applicationId = "to.bitkit"
46
minSdk = 28
47
targetSdk = 36
48
- versionCode = 15
49
- versionName = "0.0.15"
+ versionCode = 16
+ versionName = "0.0.16"
50
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
51
vectorDrawables {
52
useSupportLibrary = true
0 commit comments