Skip to content

Instantly share code, notes, and snippets.

@landarskiy
Created November 15, 2022 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save landarskiy/0225838ea25b03d56e1ab95b64b8fa95 to your computer and use it in GitHub Desktop.
Save landarskiy/0225838ea25b03d56e1ab95b64b8fa95 to your computer and use it in GitHub Desktop.
internal fun Project.configureAndroidLibrary(
extension: LibraryExtension,
) {
extension.apply {
defaultConfig {
targetSdk = 33
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment