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

[#423] Clean up warnings when generating a new project #507

Conversation

ryan-conway
Copy link
Collaborator

@ryan-conway ryan-conway commented Aug 22, 2023

closes #423

What happened 👀

  • Moved namespace declarations from AndroidManifest.xml files to build.gradle files
  • Fixed mismatched parameter name

Insight 📝

We still receive the following warning when building

> Task :buildSrc:jar
:jar: No valid plugin descriptors were found in META-INF/gradle-plugins

It seems to have been fixed in Gradle 8.3, but as the current stable Android Gradle plugin is on 8.1.2, we will still receive this warning for now 👀

Proof Of Work 📹

Verify newproject script log

@ryan-conway ryan-conway self-assigned this Aug 22, 2023
@ryan-conway ryan-conway temporarily deployed to template-compose August 22, 2023 06:58 — with GitHub Actions Inactive
@github-actions
Copy link

github-actions bot commented Aug 22, 2023

1 Warning
⚠️ Uh oh! Your project is under 80% coverage!

Kover report for template-xml:

🧛 Template - XML Unit Tests Code Coverage: 34.25%

Coverage of Modified Files:

File Coverage

Modified Files Not Found In Coverage Report:

AndroidManifest.xml
AndroidManifest.xml
AndroidManifest.xml
AppPreferencesRepository.kt
build.gradle.kts
build.gradle.kts

Codebase cunningly covered by count Shroud 🧛

Kover report for template-compose:

🧛 Template - Compose Unit Tests Code Coverage: 62.05%

Coverage of Modified Files:

File Coverage

Modified Files Not Found In Coverage Report:

AndroidManifest.xml
AndroidManifest.xml
AndroidManifest.xml
AppPreferencesRepository.kt
build.gradle.kts
build.gradle.kts

Codebase cunningly covered by count Shroud 🧛

Generated by 🚫 Danger

@ryan-conway ryan-conway force-pushed the chore/423-clean-up-warnings-when-generating-a-new-project branch from 8be9863 to e7c1330 Compare August 22, 2023 07:20
@ryan-conway ryan-conway temporarily deployed to template-compose August 22, 2023 07:20 — with GitHub Actions Inactive
@ryan-conway ryan-conway force-pushed the chore/423-clean-up-warnings-when-generating-a-new-project branch from e7c1330 to 7f4333c Compare August 22, 2023 07:22
@ryan-conway ryan-conway temporarily deployed to template-compose August 22, 2023 07:22 — with GitHub Actions Inactive
@ryan-conway ryan-conway force-pushed the chore/423-clean-up-warnings-when-generating-a-new-project branch from 7f4333c to b86d602 Compare August 22, 2023 07:32
@ryan-conway ryan-conway temporarily deployed to template-compose August 22, 2023 07:32 — with GitHub Actions Inactive
@ryan-conway ryan-conway temporarily deployed to template-compose August 22, 2023 07:33 — with GitHub Actions Inactive
@ryan-conway ryan-conway force-pushed the chore/423-clean-up-warnings-when-generating-a-new-project branch from b86d602 to e27e715 Compare October 5, 2023 09:48
@ryan-conway ryan-conway temporarily deployed to template-compose October 5, 2023 09:48 — with GitHub Actions Inactive
@ryan-conway ryan-conway temporarily deployed to template-compose October 5, 2023 09:53 — with GitHub Actions Inactive
@ryan-conway ryan-conway temporarily deployed to template-compose October 5, 2023 10:59 — with GitHub Actions Inactive
@ryan-conway ryan-conway closed this Oct 9, 2023
@ryan-conway ryan-conway deleted the chore/423-clean-up-warnings-when-generating-a-new-project branch October 16, 2023 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up warnings when generating a new project
1 participant