Skip to content

Commit

Permalink
Merge branch 'Visual-Code-Space:dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
maulanaalmalik authored Dec 17, 2024
2 parents 5d38da3 + babcc2b commit 957aeda
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 319 deletions.
318 changes: 0 additions & 318 deletions .idea/other.xml

This file was deleted.

17 changes: 17 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class AndroidIDEAssetsPlugin : Plugin<Project> {

androidComponentsExtension.onVariants { variant ->

val variantNameCapitalized = variant.name.capitalized()
val variantNameCapitalized = variant.name.replaceFirstChar { if (it.isLowerCase()) it.titlecase() else it.toString() }

variant.sources.jniLibs?.addGeneratedSourceDirectory(setupAapt2TaskTaskProvider,
SetupAapt2Task::outputDirectory)
Expand Down

0 comments on commit 957aeda

Please sign in to comment.