Skip to content

Commit

Permalink
Update tested Android Studio version to Hedgehog (2023.1.1.6) Canary 6
Browse files Browse the repository at this point in the history
  • Loading branch information
asodja committed May 31, 2023
1 parent 5a4ca40 commit 7b4e509
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 @@ -139,8 +139,8 @@ androidStudioTests {
val autoDownloadAndRunInHeadless = providers.gradleProperty("autoDownloadAndRunInHeadless").orNull == "true"
runAndroidStudioInHeadlessMode.set(autoDownloadAndRunInHeadless)
autoDownloadAndroidStudio.set(autoDownloadAndRunInHeadless)
// Giraffe (2022.3.1.2) Canary 2
testAndroidStudioVersion.set("2022.3.1.2")
// Hedgehog (2023.1.1.6) Canary 6
testAndroidStudioVersion.set("2023.1.1.6")
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 7b4e509

Please sign in to comment.