Skip to content

Commit

Permalink
Enable Android ITs with Android Gradle plugin later than 7
Browse files Browse the repository at this point in the history
  • Loading branch information
leveretka committed Mar 19, 2024
1 parent eaa699b commit e9b7bb7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ public class AndroidTest extends AbstractGradleIT {
@BeforeClass
public static void beforeAll() {
assumeNotNull(getAndroidGradleVersion());
assumeTrue(getAndroidGradleVersion().isGreaterThan("7.0.0"));
}

@Test
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
rootProject.name = 'multi-module-android-studio-lint'
include ':app'
include ':app2'
include ':app3'
Expand Down

0 comments on commit e9b7bb7

Please sign in to comment.