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 b694f17 commit adf178eCopy full SHA for adf178e
app/build.gradle.kts
@@ -40,8 +40,8 @@ android {
40
applicationId = "to.bitkit"
41
minSdk = 28
42
targetSdk = 35
43
- versionCode = 9
44
- versionName = "0.0.9"
+ versionCode = 10
+ versionName = "0.0.10"
45
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
46
vectorDrawables {
47
useSupportLibrary = true
0 commit comments