Skip to content

Commit

Permalink
Revert "Convert placeholder-tests project to use Gradle kotlin script"
Browse files Browse the repository at this point in the history
This reverts commit 2d14e5c.

Reason for revert: It slows down configuration phase by 16s, needs investigation

Change-Id: I9ed3c88f038810b17f5dfeaca2e07ba220ce98b5
  • Loading branch information
liutikas authored and Gerrit Code Review committed Feb 28, 2024
1 parent 2d14e5c commit ad1930b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ dependencies {
androidTestImplementation(libs.testRules)
}

androidx {
name = "Dummy Project for test runner"
}

android {
namespace = "androidx.testinfra.placeholderintegrationtest"
namespace "androidx.testinfra.placeholderintegrationtest"
}

0 comments on commit ad1930b

Please sign in to comment.