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 ceecae4 commit 5fedf05Copy full SHA for 5fedf05
buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose/Configuration.kt
@@ -5,10 +5,10 @@ object Configuration {
5
const val targetSdk = 33
6
const val minSdk = 21
7
const val majorVersion = 1
8
- const val minorVersion = 2
9
- const val patchVersion = 1
+ const val minorVersion = 3
+ const val patchVersion = 0
10
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
11
- const val versionCode = 121
+ const val versionCode = 130
12
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
13
const val artifactGroup = "com.holix.android"
14
}
0 commit comments