Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions ChatApp/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ junitVersion = "1.3.0"
espressoCore = "3.7.0"
lifecycleRuntimeKtx = "2.11.0"
activityCompose = "1.13.0"
composeBom = "2026.06.01"
composeMaterialIconsAndroid = "1.11.4"
composeBom = "2026.08.00"
composeMaterialIconsAndroid = "1.12.0"
composeMaterialIconsCore = "1.7.8"
hilt = "2.60.1"
androidxHiltNavigationCompose = "1.4.0"
ksp = "2.3.10"
spotless = "8.8.0"
ksp = "2.3.11"
spotless = "8.9.0"
truth = "1.4.5"
coil = "2.7.0"
wearCompose = "1.6.2"
wearComposeMaterial3 = "1.6.2"
navigation3 = "1.1.4"
navigation3 = "1.1.6"
kotlinxSerialization = "1.11.0"
#noinspection UnusedVersionCatalogEntry - Accessed dynamically
ktlint = "1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion ChatApp/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon May 18 15:51:40 CEST 2026
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
12 changes: 6 additions & 6 deletions agent/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@ coreKtx = "1.19.0"
junit = "4.13.2"
junitVersion = "1.3.0"
espressoCore = "3.7.0"
appcompat = "1.7.1"
appcompat = "1.8.0"
material = "1.14.0"
composeBom = "2026.06.01"
composeBom = "2026.08.00"
material3 = "1.4.0"
activityCompose = "1.13.0"
navigationCompose = "2.9.8"
robolectric = "4.16.1"
coroutines = "1.11.0"
androidxTestCore = "1.7.0"
spotless = "8.8.0"
spotless = "8.9.0"
mockk = "1.14.11"
ksp = "2.3.10"
ksp = "2.3.11"
hilt = "2.60.1"
androidxHiltNavigationCompose = "1.4.0"
appfunctions = "1.0.0-alpha10"
datastore = "1.2.1"
screenshot = "0.0.1-alpha15"
screenshot = "0.0.1-alpha16"
coil = "2.7.0"
room = "2.8.4"
ktor = "3.5.1"
ktor = "3.5.2"
kotlinxSerialization = "1.11.0"
playServicesOssLicenses = "17.5.1"
ossLicensesPlugin = "0.13.0"
Expand Down
Binary file modified agent/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
20 changes: 3 additions & 17 deletions agent/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
#
# Copyright 2026 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip
networkTimeout=10000
retries=0
retryBackOffMs=500
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
12 changes: 7 additions & 5 deletions agent/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 12 additions & 23 deletions agent/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading