File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
buildSrc/src/main/kotlin/com/holix/android/bottomsheetdialog/compose Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ object Configuration {
5
5
const val targetSdk = 34
6
6
const val minSdk = 21
7
7
const val majorVersion = 1
8
- const val minorVersion = 4
8
+ const val minorVersion = 5
9
9
const val patchVersion = 1
10
10
const val versionName = " $majorVersion .$minorVersion .$patchVersion "
11
- const val versionCode = 141
11
+ const val versionCode = 151
12
12
const val artifactGroup = " com.holix.android"
13
13
}
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- androidGradlePlugin = " 8.2 .2"
2
+ androidGradlePlugin = " 8.7 .2"
3
3
nexusPlugin = " 1.3.0"
4
- kotlin = " 1.9.21 "
4
+ kotlin = " 1.9.24 "
5
5
jvmTarget = " 11"
6
6
spotless = " 6.25.0"
7
7
8
8
androidxActivity = " 1.8.2"
9
9
androidxCore = " 1.12.0"
10
- androidxComposeBom = " 2024.08 .00"
11
- androidxComposeCompiler = " 1.5.7 "
10
+ androidxComposeBom = " 2024.11 .00"
11
+ androidxComposeCompiler = " 1.5.14 "
12
12
13
13
material = " 1.11.0"
14
14
colorPickerCompose = " 1.0.7"
Original file line number Diff line number Diff line change 1
1
# Fri Aug 11 17:13:17 KST 2023
2
2
distributionBase =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
4
4
distributionPath =wrapper/dists
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments