We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cbd92 commit 91ea807Copy full SHA for 91ea807
1 file changed
app/build.gradle.kts
@@ -47,8 +47,8 @@ android {
47
applicationId = "to.bitkit"
48
minSdk = 28
49
targetSdk = 36
50
- versionCode = 169
51
- versionName = "2.0.0-rc.3"
+ versionCode = 170
+ versionName = "2.0.0-rc.4"
52
testInstrumentationRunner = "to.bitkit.test.HiltTestRunner"
53
vectorDrawables {
54
useSupportLibrary = true
0 commit comments