Skip to content

Commit eb5374d

Browse files
committed
Updated to latest deps
1 parent 68cb6ca commit eb5374d

7 files changed

Lines changed: 13 additions & 13 deletions

File tree

build_presubmit_mobile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set -e
2424
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2525
echo DIR
2626
# Define the Android SDK version you want to target.
27-
ANDROID_SDK_VERSION="37"
27+
ANDROID_SDK_VERSION="37.0"
2828
ANDROID_BUILD_TOOLS_VERSION="37.0.0"
2929

3030
# Switched from 'google_apis' to 'google_atd' (Google Automated Test Device).

build_presubmit_wear.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set -e
2424
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2525
echo DIR
2626
# Define the Android SDK version you want to target.
27-
ANDROID_SDK_VERSION="37"
27+
ANDROID_SDK_VERSION="37.0"
2828
ANDROID_BUILD_TOOLS_VERSION="37.0.0"
2929

3030
# Switched from 'google_apis' to 'google_atd' (Google Automated Test Device).

build_release_mobile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set -e
2323
# Get the script's directory.
2424
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2525
# Define the Android SDK version you want to target.
26-
ANDROID_SDK_VERSION="37"
26+
ANDROID_SDK_VERSION="37.0"
2727
ANDROID_BUILD_TOOLS_VERSION="37.0.0"
2828

2929
# Switched from 'google_apis' to 'google_atd' (Google Automated Test Device).

build_release_wear.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set -e
2323
# Get the script's directory.
2424
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2525
# Define the Android SDK version you want to target.
26-
ANDROID_SDK_VERSION="37"
26+
ANDROID_SDK_VERSION="37.0"
2727
ANDROID_BUILD_TOOLS_VERSION="37.0.0"
2828

2929
# Switched from 'google_apis' to 'google_atd' (Google Automated Test Device).

feature/creation/src/main/java/com/android/developers/androidify/creation/xr/EditScreenSpatial.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import androidx.compose.ui.unit.dp
3333
import androidx.xr.compose.spatial.ContentEdge
3434
import androidx.xr.compose.spatial.Orbiter
3535
import androidx.xr.compose.subspace.SpatialColumn
36-
import androidx.xr.compose.subspace.SpatialLayoutSpacer
36+
import androidx.xr.compose.subspace.SpatialSpacer
3737
import androidx.xr.compose.subspace.SpatialPanel
3838
import androidx.xr.compose.subspace.SpatialRow
3939
import androidx.xr.compose.subspace.layout.SubspaceModifier
@@ -142,7 +142,7 @@ fun EditScreenSpatial(
142142
}
143143
}
144144
}
145-
SpatialLayoutSpacer(SubspaceModifier.width(48.dp))
145+
SpatialSpacer(SubspaceModifier.width(48.dp))
146146
SpatialPanel(
147147
modifier = SubspaceModifier
148148
.offset(z = 10.dp)

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ hiltLifecycleViewmodel = "1.0.0-alpha03"
4141
hiltNavigationCompose = "1.3.0"
4242
junit = "4.13.2"
4343
junitVersion = "1.3.0"
44-
kotlin = "2.3.0"
45-
ksp = "2.3.4"
44+
kotlin = "2.3.21"
45+
ksp = "2.3.6"
4646
kotlinxCoroutines = "1.11.0"
47-
kotlinxSerialization = "2.3.0"
47+
kotlinxSerialization = "2.3.21"
4848
kotlinxSerializationJson = "1.11.0"
4949
kotlinxSerializationProtobuf = "1.11.0"
5050
ktlint = "1.5.0"
@@ -65,10 +65,10 @@ spotless = "8.6.0"
6565
startup = "1.2.0"
6666
runner = "1.7.0"
6767
uiTextGoogleFonts = "1.11.2"
68-
uiautomator = "2.4.0-alpha07"
68+
uiautomator = "2.4.0-beta02"
6969
uiTooling = "1.11.2"
7070
validatorPush = "1.0.0-alpha09"
71-
watchFacePush = "1.0.0-beta01"
71+
watchFacePush = "1.0.0"
7272
wear = "1.4.0"
7373
wearCompose = "1.6.2"
7474
wearComposeTooling = "1.6.2"
@@ -95,7 +95,7 @@ androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.r
9595
androidx-camera-compose = { module = "androidx.camera:camera-compose", version.ref = "camerax" }
9696
androidx-camera-core = { module = "androidx.camera:camera-core", version.ref = "camerax" }
9797
androidx-camera-lifecycle = { group = "androidx.camera", name = "camera-lifecycle", version.ref = "camerax" }
98-
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation", version.ref = "foundation" }
98+
androidx-compose-foundation = { group = "androidx.compose.foundation", name = "foundation" }
9999
androidx-compose-bom = { group = "androidx.compose", name = "compose-bom", version.ref = "composeBom" }
100100
androidx-concurrent-futures-ktx = { module = "androidx.concurrent:concurrent-futures-ktx", version.ref = "concurrent" }
101101
androidx-core = { module = "androidx.test:core", version.ref = "core" }

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)