Skip to content

Commit 9204acd

Browse files
authored
Merge pull request #51 from skydoves/material/1.13.0-alpha09
Bump material to 1.13.0-alpha09 and androidx libraries
2 parents 9c13284 + a062dcf commit 9204acd

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
[versions]
2-
agp = "8.4.2"
3-
dokka = "1.9.10"
4-
nexusPlugin = "0.29.0"
5-
kotlin = "2.0.0"
6-
kotlinBinaryCompatibility = "0.14.0"
2+
agp = "8.7.3"
3+
dokka = "2.0.0"
4+
nexusPlugin = "0.30.0"
5+
kotlin = "2.1.0"
6+
kotlinBinaryCompatibility = "0.17.0"
77
jvmTarget = "11"
8-
androidxMaterial = "1.12.0"
9-
constraintLayout = "2.1.4"
8+
androidxMaterial = "1.13.0-alpha09"
9+
constraintLayout = "2.2.0"
1010
glide = "4.16.0"
1111
spotless = "6.21.0"
1212
junit = "1.2.0"
1313
espresso-core = "3.5.1"
1414
uiautomator = "2.3.0"
1515
benchmark-macro-junit4 = "1.2.4"
16-
androidx-baselineprofile = "1.2.4"
17-
profileinstaller = "1.3.1"
18-
androidxMacroBenchmark = "1.2.4"
16+
androidx-baselineprofile = "1.3.3"
17+
profileinstaller = "1.4.1"
18+
androidxMacroBenchmark = "1.3.3"
1919
androidxTest = "1.6.0"
20-
baselineProfiles = "1.3.1"
20+
baselineProfiles = "1.4.1"
2121
uiAutomator = "2.3.0"
2222

2323
[plugins]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
#Fri Jan 03 23:23:48 KST 2025
12
distributionBase=GRADLE_USER_HOME
23
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
45
networkTimeout=10000
56
validateDistributionUrl=true
67
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)