File tree Expand file tree Collapse file tree
buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ object Configuration {
55 const val targetSdk = 34
66 const val minSdk = 21
77 const val majorVersion = 1
8- const val minorVersion = 4
8+ const val minorVersion = 5
99 const val patchVersion = 1
1010 const val versionName = " $majorVersion .$minorVersion .$patchVersion "
11- const val versionCode = 141
11+ const val versionCode = 151
1212 const val artifactGroup = " com.holix.android"
1313}
Original file line number Diff line number Diff line change 11[versions ]
2- androidGradlePlugin = " 8.2 .2"
2+ androidGradlePlugin = " 8.7 .2"
33nexusPlugin = " 1.3.0"
4- kotlin = " 1.9.21 "
4+ kotlin = " 1.9.24 "
55jvmTarget = " 11"
66spotless = " 6.25.0"
77
88androidxActivity = " 1.8.2"
99androidxCore = " 1.12.0"
10- androidxComposeBom = " 2024.08 .00"
11- androidxComposeCompiler = " 1.5.7 "
10+ androidxComposeBom = " 2024.11 .00"
11+ androidxComposeCompiler = " 1.5.14 "
1212
1313material = " 1.11.0"
1414colorPickerCompose = " 1.0.7"
Original file line number Diff line number Diff line change 11# Fri Aug 11 17:13:17 KST 2023
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
44distributionPath =wrapper/dists
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments