Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobodemann committed Apr 17, 2024
1 parent e06da6d commit 23f6508
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions zeapp/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ license-report-gradle = { id = "com.jaredsburrows.license", version.ref = "licen

[versions]

android-gradle-plugin = "8.1.2"
androidx-activity = "1.8.0"
androidx-compose-bom = "2023.10.01"
android-gradle-plugin = "8.3.1"
androidx-activity = "1.8.2"
androidx-compose-bom = "2024.03.00"
androidx-compose-compiler = "1.5.3"
androidx-core = "1.12.0"
androidx-datastore = "1.0.0"
androidx-lifecycle = "2.6.2"
androidx-lifecycle = "2.7.0"
androidx-test-ext-junit = "1.1.5"
appcompat = "1.6.1"
benchmark = "1.2.0"
benchmarkMacroJunit4 = "1.2.0"
benchmark = "1.2.3"
benchmarkMacroJunit4 = "1.2.3"
core-ktx = "1.12.0"
dagger-hilt = "2.48.1"
detekt-gradle = "1.23.1"
Expand All @@ -35,19 +35,19 @@ kotlinx-coroutines-core = "1.7.3"
kotlinxSerializationJson = "1.6.0"
ktlint-gradle = "11.6.1"
license-report-gradle = "0.9.3"
material = "1.10.0"
material3-wsc = "1.1.2"
material = "1.11.0"
material3-wsc = "1.2.1"
mik3y-usb-serial = "3.7.0"
retrofit = "2.9.0"
sl4j = "2.0.12"
timber = "5.0.1"
uiautomator = "2.2.0"
uiautomator = "2.3.0"
zxing = "3.5.2"
assertk = "0.27.0"
junit4 = "4.13.2"
junit4-ui = "1.5.4"
junit4-ui = "1.6.4"
ktor = "2.3.9"
uiTestManifest = "1.5.4"
uiTestManifest = "1.6.4"
mockk = "1.13.8"
kotlinxCoroutinesTest = "1.7.3"

Expand Down
2 changes: 1 addition & 1 deletion zeapp/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 23f6508

Please sign in to comment.