We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4abd98 commit 74735abCopy full SHA for 74735ab
src/test/groovy/org/gradle/android/SimpleAndroidApp.groovy
@@ -451,7 +451,7 @@ class SimpleAndroidApp {
451
boolean kaptWorkersEnabled = true
452
RoomConfiguration roomConfiguration = RoomConfiguration.ROOM_EXTENSION
453
454
- VersionNumber androidVersion = Versions.latestAndroidVersionForCurrentJDK()
+ VersionNumber androidVersion = TestVersions.latestAndroidVersionForCurrentJDK()
455
VersionNumber kotlinVersion = TestVersions.latestSupportedKotlinVersion()
456
457
File projectDir
0 commit comments