Skip to content

Commit

Permalink
Bumps Android SDKs to 21->35
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca committed Dec 3, 2024
1 parent 1e39659 commit 7e0f864
Show file tree
Hide file tree
Showing 25 changed files with 53 additions and 53 deletions.
4 changes: 2 additions & 2 deletions integration/ServiceTestRuleSample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: "com.android.application"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.integrationtesting.ServiceTestRuleSample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions runner/AndroidJunitRunnerSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ apply plugin: "com.android.application"


android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.androidjunitrunnersample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions runner/AndroidTestOrchestratorSample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: "com.android.application"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.androidtestorchestratorsample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: "com.android.application"

android {
compileSdk 33
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.androidtestorchestratorsample"
minSdkVersion 14
targetSdkVersion 33
minSdkVersion 21
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions ui/PreviewScreenshot/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ plugins {

android {
namespace = "com.example.compose.previewscreenshot"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "com.example.compose.previewscreenshot"
minSdk = 24
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"

Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/AccessibilitySample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: "com.android.application"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.espresso.AccessibilitySample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/BasicSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: "com.android.application"
apply plugin: "kotlin-android"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.espresso.BasicSample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/CustomMatcherSample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: "com.android.application"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.espresso.CustomMatcherSample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/DataAdapterSample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: "com.android.application"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.espresso.DataAdapterSample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
2 changes: 1 addition & 1 deletion ui/espresso/DataAdapterSample/app/src/main/AppManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.android.testing.espresso.DataAdapterSample" >

<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="28" />
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="35" />

</manifest>
4 changes: 2 additions & 2 deletions ui/espresso/EspressoDeviceSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: "com.android.application"
apply plugin: "kotlin-android"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.espresso.EspressoDeviceSample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/FragmentScenarioSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: "com.android.application"
apply plugin: "kotlin-android"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.espresso.FragmentScenarioSample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/IdlingResourceSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
apply plugin: "com.android.application"

android {
compileSdk 34
compileSdk 35

defaultConfig {
applicationId "com.example.android.testing.espresso.IdlingResourceSample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/IntentsAdvancedSample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: "com.android.application"

android {
compileSdkVersion 33
compileSdkVersion 35
buildToolsVersion = rootProject.buildToolsVersion
defaultConfig {
applicationId "com.example.android.testing.espresso.intents.AdvancedSample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/IntentsBasicSample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: "com.android.application"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.espresso.IntentsBasicSample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/MultiProcessSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
apply plugin: "com.android.application"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.espresso.multiprocesssample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/MultiWindowSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
apply plugin: "com.android.application"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.espresso.MultiWindowSample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/RecyclerViewSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
apply plugin: "com.android.application"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.espresso.RecyclerViewSample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
6 changes: 3 additions & 3 deletions ui/espresso/ScreenshotSample/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 34
compileSdk 35

defaultConfig {
applicationId "com.example.android.testing.espresso.screenshotsample"
minSdk 19
targetSdkVersion 34
minSdk 21
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions ui/espresso/WebBasicSample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: "com.android.application"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.espresso.web.BasicSample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down
4 changes: 2 additions & 2 deletions ui/uiautomator/BasicSample/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apply plugin: "com.android.application"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "com.example.android.testing.uiautomator.BasicSample"
minSdkVersion 21
targetSdkVersion 34
targetSdkVersion 35
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 35

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

Expand Down
2 changes: 1 addition & 1 deletion unit/BasicNativeAndroidTest/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.agpVersion = "8.7.3"
ext.kotlinVersion = "1.7.10"
ext.kotlinVersion = "2.1.0"
ext.androidxCoreVersion = "1.9.0"
ext.buildToolsVersion = "32.0.0"
ext.androidxCompatVersion = "1.5.1"
Expand Down
6 changes: 3 additions & 3 deletions unit/BasicSample-kotlinApp/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ apply plugin: "kotlin-android"
apply plugin: "kotlin-android-extensions"

android {
compileSdkVersion 27
compileSdkVersion 35
defaultConfig {
applicationId "com.example.android.testing.unittesting.BasicSample"
minSdkVersion 14
minSdkVersion 21
versionCode 1
versionName "1.0"
targetSdkVersion 27
targetSdkVersion 35
}
}

Expand Down
6 changes: 3 additions & 3 deletions unit/BasicSample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
apply plugin: "com.android.application"

android {
compileSdkVersion 30
compileSdkVersion 35
buildToolsVersion = rootProject.buildToolsVersion
defaultConfig {
applicationId "com.example.android.testing.unittesting.BasicSample"
minSdkVersion 14
minSdkVersion 21
versionCode 1
versionName "1.0"
targetSdkVersion 30
targetSdkVersion 35
}
productFlavors {
}
Expand Down

0 comments on commit 7e0f864

Please sign in to comment.