Skip to content

Commit

Permalink
Test Android Studio Giraffe 2022.3.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
asodja committed Oct 16, 2023
1 parent 1c6f888 commit c0b4d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ androidStudioTests {
val autoDownloadAndRunInHeadless = providers.gradleProperty("autoDownloadAndRunInHeadless").orNull == "true"
runAndroidStudioInHeadlessMode.set(autoDownloadAndRunInHeadless)
autoDownloadAndroidStudio.set(autoDownloadAndRunInHeadless)
// Hedgehog (2023.1.1.6) Canary 6
testAndroidStudioVersion.set("2023.1.1.6")
// Giraffe (2022.3.1.20) Patch 2
testAndroidStudioVersion.set("2022.3.1.20")
testAndroidSdkVersion.set("7.3.0")
// For local development it's easier to setup Android SDK with Android Studio, since auto download needs ANDROID_HOME or ANDROID_SDK_ROOT
// to be set with an accepted license in it. See https://developer.android.com/studio/intro/update.html#download-with-gradle.
Expand Down

0 comments on commit c0b4d44

Please sign in to comment.