-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into danysantiago/main
# By Simon Marquis (23) and others # Via GitHub (39) and TM (1) * main: (67 commits) Update MainDispatcherRule.kt Use specific task name for updating badging Use SdkConstants for getting aapt2 executable location Revert "Apply spotless automatically during build and commit to PR" Fix action name and version Apply spotless automatically during build and commit back to PR Fix #1008: Use capitalized variant name when registering gradle tasks Add automatic checks for badging refactor/Convert object to data object in sealed interface Rollback runtime tracing version to avoid pulling in new Compose runtime Update all dependencies Update lint/src/main/kotlin/com/google/samples/apps/nowinandroid/lint/NiaIssueRegistry.kt Remove underscore check Inline color values for app icons Removed Comments Use colors from design palette in build variant icons Update pull request template Fix for pull request template not being used. Fixes #769 Create different icons for each build variant Restore lazy API call ... Change-Id: I99430b4263108708c78dc6e370d76ed81e66814b # Conflicts: # app/build.gradle.kts # core/datastore/build.gradle.kts # core/domain/build.gradle.kts # core/network/src/demo/kotlin/com/google/samples/apps/nowinandroid/core/network/di/FlavoredNetworkModule.kt # core/network/src/prod/kotlin/com/google/samples/apps/nowinandroid/core/network/di/FlavoredNetworkModule.kt # gradle/libs.versions.toml # sync/work/build.gradle.kts
- Loading branch information
Showing
421 changed files
with
2,497 additions
and
755 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Thanks for submitting a pull request. Please include the following information. | ||
|
||
**What I have done and why** | ||
Include a summary of what your pull request contains, and why you have made these changes. | ||
|
||
Fixes #<issue_number_goes_here> | ||
|
||
**Do tests pass?** | ||
- [ ] Run local tests on `DemoDebug` variant: `./gradlew testDemoDebug` | ||
- [ ] Check formatting: `./gradlew --init-script gradle/init.gradle.kts spotlessApply` | ||
|
||
**Is this your first pull request?** | ||
- [ ] [Sign the CLA](https://cla.developers.google.com/) | ||
- [ ] Run `./tools/setup.sh` | ||
- [ ] Import the code formatting style as explained in [the setup script](/tools/setup.sh#L40). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.