android-junit5
android-junit5 copied to clipboard
Is there a way to provide the ability for overriding compileSdkVersion ?
Hi, is there a way to provide the ability for overriding compileSdkVersion? https://github.com/mannodermaus/android-junit5/blob/00ea01dfdb15ae24779e32b08f64c2c02de6a82a/build-logic/src/main/kotlin/Environment.kt#L38
More context
My project is using compile SDK 31.
I am using AWS Arm64 EC2 machine, as compile SDK 30 will be using build-tools 30.0.3, which is not in sync with what I have.
The internal compileSdkVersion is not of importance to consumers of the plugin and just used for its own integration testing. That being said, I should update this to the latest version, but either way it shouldn't stop you from using it. Are you experiencing a problem because this value is set to 30 here?