Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify Android Studio download #410

Merged
merged 1 commit into from
Mar 16, 2022
Merged

Simplify Android Studio download #410

merged 1 commit into from
Mar 16, 2022

Conversation

wolfs
Copy link
Member

@wolfs wolfs commented Mar 15, 2022

By adding a dependency notation from a provider instead of using withDependencies.

@wolfs wolfs added the internal Internal change label Mar 15, 2022
@wolfs wolfs added this to the 0.18.0 milestone Mar 15, 2022
@wolfs wolfs self-assigned this Mar 15, 2022
@wolfs wolfs requested a review from asodja March 15, 2022 17:09
dependency.version { require(extension.testAndroidStudioVersion.get()) }
}
}
androidStudioRuntime(extension.testAndroidStudioVersion.map { version -> "android-studio:android-studio:${version}@$fileExtension" })
Copy link
Member

@asodja asodja Mar 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: Can ${version} be withour {}, just $version?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, done.

@asodja
Copy link
Member

asodja commented Mar 15, 2022

LGTM

@wolfs wolfs force-pushed the wolfs/lazy-dependency branch from bb2d97d to 4ee0ffd Compare March 16, 2022 07:56
@wolfs wolfs merged commit 52cd3cd into master Mar 16, 2022
@wolfs wolfs deleted the wolfs/lazy-dependency branch March 16, 2022 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Internal change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants