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
2 changes: 1 addition & 1 deletion .github/workflows/issues-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
- cron: '15 3 * * *'

jobs:
stale:

Check warning on line 8 in .github/workflows/issues-stale.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

excessive-permissions

issues-stale.yml:8: overly broad permissions: default permissions used due to no permissions: block
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v10
- uses: actions/stale@v11

Check failure on line 11 in .github/workflows/issues-stale.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

zizmor/unpinned-uses

unpinned action reference: action is not pinned to a hash (required by blanket policy)

Check failure on line 11 in .github/workflows/issues-stale.yml

View workflow job for this annotation

GitHub Actions / zizmor-output

unpinned-uses

issues-stale.yml:11: unpinned action reference: action is not pinned to a hash (required by blanket policy)
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
days-before-stale: 30
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
alias(libs.plugins.android.application)
alias(libs.plugins.kotlin.android)
alias(libs.plugins.kotlin.compose)
kotlin("plugin.serialization") version "2.4.0"
kotlin("plugin.serialization") version "2.4.10"
}

android {
Expand Down
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# limitations under the License.
#
[versions]
agp = "9.2.1"
agp = "9.3.1"
fragmentCompose = "1.8.9"
kotlin = "2.4.0"
kotlin = "2.4.10"
coreKtx = "1.19.0"
junit = "4.13.2"
junitVersion = "1.3.0"
Expand Down Expand Up @@ -48,11 +48,11 @@ androidxTestRunner = "1.7.0"
camerax = "1.6.1"
material3Android = "1.4.0"
media3 = "1.10.1"
glide-compose = "1.0.0-beta09"
glance = "1.3.0-alpha02"
tensorflowLite = "2.16.1"
glide-compose = "1.0.0-beta10"
glance = "1.3.0-SNAPSHOT"
tensorflowLite = "2.17.0"
tensorflowLiteGpuDelegatePlugin = "0.4.4"
tensorflowLiteSupport = "0.4.4"
tensorflowLiteSupport = "0.5.0"
barcodeScanningCommon = "17.0.0"
playServicesMlkitBarcodeScanning = "18.3.1"
protobuf = "0.10.0"
Expand Down Expand Up @@ -132,7 +132,7 @@ androidx-window-java = { module = "androidx.window:window-java", version.ref = "
androidx-window-rxjava2 = { module = "androidx.window:window-rxjava2", version.ref = "androidx-window" }
androidx-window-core = { module = "androidx.window:window-core", version.ref = "androidx-window" }
androidx-media = "androidx.media:media:1.8.0"
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.1"
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.2"
androidx-corepip = "androidx.core:core-pip:1.0.0-SNAPSHOT"
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" }
androidx-draganddrop = "androidx.draganddrop:draganddrop:1.0.0"
Expand All @@ -156,7 +156,7 @@ androidx-camerax-extensions = { module = "androidx.camera:camera-extensions", ve

fresco = "com.facebook.fresco:fresco:3.7.0"
fresco-nativeimagetranscoder = "com.facebook.fresco:nativeimagetranscoder:2.6.0!!"
glide = "com.github.bumptech.glide:glide:5.0.7"
glide = "com.github.bumptech.glide:glide:5.0.9"
glide-compose = { group = "com.github.bumptech.glide", name = "compose", version.ref = "glide-compose" }
appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
tensorflow-lite = { module = "org.tensorflow:tensorflow-lite", version.ref = "tensorflowLite" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/spotless-init.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
val ktlintVersion = "0.48.1"

initscript {
val spotlessVersion = "8.8.0"
val spotlessVersion = "8.9.0"

repositories {
mavenCentral()
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 3 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
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
18 changes: 7 additions & 11 deletions gradlew

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

36 changes: 12 additions & 24 deletions gradlew.bat

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

2 changes: 1 addition & 1 deletion samples/connectivity/UwbRanging/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
implementation(libs.androidx.navigation.compose)
implementation(libs.compose.material.iconsext)
implementation(libs.kotlin.coroutines.play)
implementation("com.google.android.gms:play-services-nearby:19.3.0")
implementation("com.google.android.gms:play-services-nearby:19.4.0")
implementation("com.google.protobuf:protobuf-java:4.35.1")
implementation("com.google.protobuf:protobuf-kotlin:4.35.1")
implementation("androidx.datastore:datastore:1.2.1")
Expand Down
2 changes: 1 addition & 1 deletion samples/media/video/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencies {
// Tensorflow lite dependencies
implementation(libs.tensorflow.lite)
implementation(libs.tensorflow.lite.gpu)
implementation("org.tensorflow:tensorflow-lite-gpu-api:2.16.1")
implementation("org.tensorflow:tensorflow-lite-gpu-api:2.17.0")
implementation(libs.tensorflow.lite.gpu.delegate.plugin)
implementation(libs.tensorflow.lite.support)
implementation(libs.tensorflow.lite.select.tf.ops)
Expand Down
Loading