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 ui/PreviewScreenshot/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {

defaultConfig {
applicationId = "com.example.compose.previewscreenshot"
minSdk = 24
minSdkVersion = 24
targetSdk = 34
versionCode = 1
versionName = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/AccessibilitySample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {

ext {
androidxAnnotationVersion = "1.5.0"
robolectricVersion = "4.13"
robolectricVersion = "4.16"
extTruthVersion = "1.6.0"
coreVersion = "1.6.1"
extJUnitVersion = "1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/BasicSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ allprojects {

ext {
androidxAnnotationVersion = "1.5.0"
robolectricVersion = "4.13"
robolectricVersion = "4.16"
guavaVersion = "31.1-android"
extTruthVersion = "1.6.0"
coreVersion = "1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/CustomMatcherSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ ext {
runnerVersion = "1.6.1"
rulesVersion = "1.6.1"
espressoVersion = "3.6.1"
robolectricVersion = "4.13"
robolectricVersion = "4.16"
}
2 changes: 1 addition & 1 deletion ui/espresso/DataAdapterSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ ext {
extJUnitVersion = "1.2.1"
runnerVersion = "1.6.1"
espressoVersion = "3.6.1"
robolectricVersion = "4.13"
robolectricVersion = "4.16"
}
2 changes: 1 addition & 1 deletion ui/espresso/EspressoDeviceSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {
}

ext {
robolectricVersion = "4.13"
robolectricVersion = "4.16"
extTruthVersion = "1.6.0"
extJUnitVersion = "1.2.1"
espressoDeviceVersion = "1.0.0-alpha09"
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/FragmentScenarioSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ ext {
runnerVersion = "1.6.1"
rulesVersion = "1.6.1"
espressoVersion = "3.6.1"
robolectricVersion = "4.13"
robolectricVersion = "4.16"
truthVersion = "1.1.3"
}
2 changes: 1 addition & 1 deletion ui/espresso/IntentsBasicSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ ext {
espressoVersion = "3.6.1"
extJUnitVersion = "1.2.1"
extTruthVersion = "1.6.0"
robolectricVersion = "4.13"
robolectricVersion = "4.16"
}
2 changes: 1 addition & 1 deletion ui/espresso/ScreenshotSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {

defaultConfig {
applicationId "com.example.android.testing.espresso.screenshotsample"
minSdk 19
minSdkVersion 21
targetSdkVersion 34
versionCode 1
versionName "1.0"
Expand Down
6 changes: 3 additions & 3 deletions unit/BasicNativeAndroidTest/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ plugins {
apply plugin: "kotlin-android"

android {
compileSdk 33
compileSdk 34

defaultConfig {
applicationId "com.example.android.testing.nativesample"
minSdk 18
targetSdk 33
minSdkVersion 21
targetSdkVersion 34
versionCode 1
versionName "1.0"

Expand Down
16 changes: 8 additions & 8 deletions unit/BasicNativeAndroidTest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.agpVersion = "8.1.1"
ext.kotlinVersion = "1.7.10"
ext.agpVersion = "8.5.0"
ext.kotlinVersion = "1.9.22"
ext.androidxCoreVersion = "1.9.0"
ext.buildToolsVersion = "32.0.0"
ext.androidxCompatVersion = "1.5.1"
ext.coreVersion = "1.6.0-alpha01"
ext.extJUnitVersion = "1.2.0-alpha01"
ext.runnerVersion = "1.6.0-alpha03"
ext.rulesVersion = "1.6.0-alpha01"
ext.espressoVersion = "3.6.0-alpha01"
ext.servicesVersion = "1.5.0-alpha01"
ext.coreVersion = "1.6.1"
ext.extJUnitVersion = "1.2.1"
ext.runnerVersion = "1.6.1"
ext.rulesVersion = "1.6.1"
ext.espressoVersion = "3.6.1"
ext.servicesVersion = "1.5.0"
ext.truthVersion = "1.1.3"
ext.googletestVersion = "1.11.0-beta-1"
ext.junitGtestVersion = "1.0.0-alpha01"
Expand Down
6 changes: 3 additions & 3 deletions update_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ androidxCompatVersion="1.5.1" # ANDROIDX_COMPAT_VERSION
androidxCoreVersion="1.9.0" # ANDROIDX_CORE_VERSION
androidxFragmentVersion="1.5.3" # ANDROIDX_FRAGMENT_VERSION
androidxRecyclerVersion="1.2.1" # ANDROIDX_RECYCLERVIEW_VERSION
guavaVersion="31.1-android" # GUAVA_VERSION
guavaVersion="31.1-android" # GUAVA_VERSION
truthVersion="1.1.3" # TRUTH_VERSION
runnerVersion="1.6.1" # RUNNER_VERSION
monitorVersion="1.7.1" # MONITOR_VERSION
Expand All @@ -30,8 +30,8 @@ coreVersion="1.6.1" # CORE_VERSION
extJUnitVersion="1.2.1" # ANDROIDX_JUNIT_VERSION
extTruthVersion="1.6.0" # ANDROIDX_TRUTH_VERSION
espressoVersion="3.6.1" # ESPRESSO_VERSION
espressoDeviceVersion="1.0.1" # ESPRESSO_DEVICE_VERSION
robolectricVersion="4.13"
espressoDeviceVersion="1.0.1" # ESPRESSO_DEVICE_VERSION
robolectricVersion="4.16"
uiAutomatorVersion="2.3.0" # UIAUTOMATOR_VERSION

for p in $(cat projects.conf); do
Expand Down