Skip to content

Commit 773225c

Browse files
Version bump
1 parent 09770d8 commit 773225c

File tree

7 files changed

+296
-211
lines changed

7 files changed

+296
-211
lines changed

MicrobenchmarkSample/benchmarkable/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ android {
99

1010
defaultConfig {
1111
minSdk = 21
12-
targetSdk = 34
1312
}
1413

1514
compileOptions {

MicrobenchmarkSample/gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
2-
agp = "8.1.0"
3-
appcompat = "1.6.1"
4-
benchmark = "1.2.0-beta02"
2+
agp = "8.5.2"
3+
appcompat = "1.7.0"
4+
benchmark = "1.3.0"
55
cardView = "1.0.0"
66
constraintLayout = "2.1.4"
7-
core = "1.10.1"
8-
kotlin = "1.8.22"
9-
material = "1.9.0"
10-
recyclerView = "1.3.1"
7+
core = "1.13.1"
8+
kotlin = "2.0.10"
9+
material = "1.12.0"
10+
recyclerView = "1.3.2"
1111

12-
androidxTest = "1.5.2"
13-
androidxTestRules = "1.5.0"
14-
espressoCore = "3.5.1"
12+
androidxTest = "1.6.2"
13+
androidxTestRules = "1.6.1"
14+
espressoCore = "3.6.1"
1515
jUnit = "4.13.2"
16-
testExt = "1.1.5"
16+
testExt = "1.2.1"
1717

1818
[libraries]
1919

Binary file not shown.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
#Mon Jul 31 13:41:26 BST 2023
1+
#Mon Sep 02 13:41:01 CEST 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
5+
networkTimeout=10000
6+
validateDistributionUrl=true
57
zipStoreBase=GRADLE_USER_HOME
68
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)