Skip to content

Commit

Permalink
Revert "Add emulator tests run on Github Actions"
Browse files Browse the repository at this point in the history
This reverts commit 9bfbf25.
  • Loading branch information
sjudd committed Aug 24, 2023
1 parent 7583df0 commit 4db0b30
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 78 deletions.
66 changes: 0 additions & 66 deletions .github/workflows/instrumentation.yml

This file was deleted.

3 changes: 0 additions & 3 deletions instrumentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ dependencies {
// Not totally clear why this is required, but it seems to be missing when tests are run on
// 4.1.2 and 4.2.0 emulators.
androidTestImplementation libs.findbugs.jsr305

coreLibraryDesugaring libs.android.tools.desugar
}

android {
Expand All @@ -47,7 +45,6 @@ android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
coreLibraryDesugaringEnabled true
}

buildTypes {
Expand Down
8 changes: 1 addition & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,8 @@
"allowedVersions": "<1.6.0"
},
{
"matchPackageNames": [
"androidx.appcompat:appcompat"
],
"matchPackageNames": ["androidx.appcompat:appcompat"],
"allowedVersions": "<1.4.0"
},
{
"matchPackageNames": ["com.android.tools:desugar_jdk_libs"],
"matchPackageNames": ["!/1\.2\.3/"]
}
]
}
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ dependencyResolutionManagement {
library('autoservice', 'com.google.auto.service:auto-service:1.0-rc3')
library('autoservice.annotations', 'com.google.auto.service:auto-service-annotations:1.0.1')
library('android-gradle', 'com.android.tools.build:gradle:7.3.0')
// 1.2.3 seems broken: https://issuetracker.google.com/issues/290507059
library('android-tools-desugar', 'com.android.tools:desugar_jdk_libs:1.2.2')
library('androidx-cardview', 'androidx.cardview:cardview:1.0.0')
library('androidx-core', 'androidx.core:core:1.6.0')
// 1.6.0 seems to introduce:
Expand Down

0 comments on commit 4db0b30

Please sign in to comment.