We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af0274 commit 5fbf49dCopy full SHA for 5fbf49d
app/build.gradle.kts
@@ -39,8 +39,8 @@ android {
39
applicationId = "to.bitkit"
40
minSdk = 28
41
targetSdk = 35
42
- versionCode = 8
43
- versionName = "0.0.8"
+ versionCode = 9
+ versionName = "0.0.9"
44
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
45
vectorDrawables {
46
useSupportLibrary = true
0 commit comments