Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
keyboardsurfer committed Sep 2, 2024
1 parent 09770d8 commit 773225c
Show file tree
Hide file tree
Showing 7 changed files with 296 additions and 211 deletions.
1 change: 0 additions & 1 deletion MicrobenchmarkSample/benchmarkable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ android {

defaultConfig {
minSdk = 21
targetSdk = 34
}

compileOptions {
Expand Down
22 changes: 11 additions & 11 deletions MicrobenchmarkSample/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
agp = "8.1.0"
appcompat = "1.6.1"
benchmark = "1.2.0-beta02"
agp = "8.5.2"
appcompat = "1.7.0"
benchmark = "1.3.0"
cardView = "1.0.0"
constraintLayout = "2.1.4"
core = "1.10.1"
kotlin = "1.8.22"
material = "1.9.0"
recyclerView = "1.3.1"
core = "1.13.1"
kotlin = "2.0.10"
material = "1.12.0"
recyclerView = "1.3.2"

androidxTest = "1.5.2"
androidxTestRules = "1.5.0"
espressoCore = "3.5.1"
androidxTest = "1.6.2"
androidxTestRules = "1.6.1"
espressoCore = "3.6.1"
jUnit = "4.13.2"
testExt = "1.1.5"
testExt = "1.2.1"

[libraries]

Expand Down
Binary file modified MicrobenchmarkSample/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
6 changes: 4 additions & 2 deletions MicrobenchmarkSample/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#Mon Jul 31 13:41:26 BST 2023
#Mon Sep 02 13:41:01 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading

0 comments on commit 773225c

Please sign in to comment.