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 34320fe commit aa5de91Copy full SHA for aa5de91
app/build.gradle.kts
@@ -41,8 +41,8 @@ android {
41
applicationId = "to.bitkit"
42
minSdk = 28
43
targetSdk = 35
44
- versionCode = 14
45
- versionName = "0.0.14"
+ versionCode = 15
+ versionName = "0.0.15"
46
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
47
vectorDrawables {
48
useSupportLibrary = true
0 commit comments