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