Skip to content

Bump androidx-navigation from 2.8.1 to 2.8.2 #344

Bump androidx-navigation from 2.8.1 to 2.8.2

Bump androidx-navigation from 2.8.1 to 2.8.2 #344

GitHub Actions / Test Results succeeded Oct 7, 2024 in 0s

16 tests ✅ passed, checks: ⚠️ 2

Test Suites ✅ 16 passed 🟡 0 skipped ❌ 0 failed ⌛ took
✅ com.example.login.ExampleUnitTest
  • ✅ addition_isCorrect (⌛ 0.007)
1 0 0 0.007
✅ com.example.login.ExampleUnitTest
  • ✅ addition_isCorrect (⌛ 0.013)
1 0 0 0.013
✅ com.example.login.ui.data.LoginDataSourceTest
  • ✅ testLogin (⌛ 0.012)
1 0 0 0.012
✅ com.example.login.ui.data.LoginDataSourceTest
  • ✅ testLogin (⌛ 0.024)
1 0 0 0.024
✅ com.example.myapplication.ExampleInstrumentedTest
  • ✅ useAppContext (⌛ 0.009)
1 0 0 4.173
✅ com.example.myapplication.ExampleUnitTest
  • ✅ addition_isCorrect (⌛ 0.013)
1 0 0 0.013
✅ com.example.myapplication.ExampleUnitTest
  • ✅ addition_isCorrect (⌛ 0.008)
1 0 0 0.008
✅ com.example.myapplication.ExampleUnitTest
  • ✅ addition_isCorrect (⌛ 0.014)
1 0 0 0.014
✅ com.example.myapplication.ExampleUnitTest
  • ✅ addition_isCorrect (⌛ 0.009)
1 0 0 0.009
✅ com.example.myapplication.MainActivityTest
  • ✅ shouldStart (⌛ 22.24)
1 0 0 22.24
✅ com.example.myapplication.MainActivityTest
  • ✅ shouldStart (⌛ 17.943)
1 0 0 17.943
✅ com.example.myapplication.MainActivityTest
  • ✅ shouldStart (⌛ 22.549)
1 0 0 22.549
✅ com.example.myapplication.MainActivityTest
  • ✅ shouldStart (⌛ 18.548)
1 0 0 18.548
✅ io.github.gmazzo.android.test.aggregation.AndroidTestCoverageAggregationPluginTest
  • ✅ applies correctly on a multi module project() (⌛ 8.81)
1 0 0 8.81
✅ io.github.gmazzo.android.test.aggregation.AndroidTestResultsAggregationPluginTest
  • ✅ applies correctly on a multi module project() (⌛ 0.536)
1 0 0 0.536
✅ MyUseCaseTest
  • ✅ testIsDone (⌛ 0.007)
1 0 0 0.007
Android Lint 🛑 0 errors ⚠️ 2 warnings 💡 0 others
Lint / ObsoleteLintCustomCheck 0 2 0

Annotations

Check warning on line 0 in /home/runner/.gradle/caches/8.10.2/transforms/86d77bbb3beae124230f927a11c79aae/transformed/navigation-common-2.8.2/jars/lint.jar

See this annotation in the file changed.

@github-actions github-actions / Test Results

Lint: Obsolete custom lint check

Library lint checks reference invalid APIs; these checks **will be skipped**!

Lint found an issue registry (`androidx.navigation.common.lint.NavigationCommonIssueRegistry`)
which contains some references to invalid API:
com.android.tools.lint.checks.infrastructure.TestFiles: com.android.tools.lint.checks.infrastructure.TestFile bytecode(java.lang.String,com.android.tools.lint.checks.infrastructure.TestFile,long,java.lang.String[])
(Referenced from androidx/navigation/lint/common/LintUtilKt.class)

Therefore, this lint check library is **not** included
in analysis. This affects the following lint checks:
`EmptyNavDeepLink`,`WrongStartDestinationType`

To use this lint check, upgrade to a more recent version
of the library.
Raw output
Lint can be extended with "custom checks": additional checks implemented by developers and libraries to for example enforce specific API usages required by a library or a company coding style guideline.

The Lint APIs are not yet stable, so these checks may either cause a performance degradation, or stop working, or provide wrong results.

This warning flags custom lint checks that are found to be using obsolete APIs and will need to be updated to run in the current lint environment.

It may also flag issues found to be using a **newer** version of the API, meaning that you need to use a newer version of lint (or Android Studio or Gradle plugin etc) to work with these checks.

Check warning on line 0 in /home/runner/.gradle/caches/8.10.2/transforms/bf7a5f1675557b3042575e2865c58e66/transformed/navigation-runtime-2.8.2/jars/lint.jar

See this annotation in the file changed.

@github-actions github-actions / Test Results

Lint: Obsolete custom lint check

Library lint checks reference invalid APIs; these checks **will be skipped**!

Lint found an issue registry (`androidx.navigation.runtime.lint.NavigationRuntimeIssueRegistry`)
which contains some references to invalid API:
com.android.tools.lint.checks.infrastructure.TestFiles: com.android.tools.lint.checks.infrastructure.TestFile bytecode(java.lang.String,com.android.tools.lint.checks.infrastructure.TestFile,long,java.lang.String[])
(Referenced from androidx/navigation/lint/common/LintUtilKt.class)

Therefore, this lint check library is **not** included
in analysis. This affects the following lint checks:
`DeepLinkInActivityDestination`,`WrongStartDestinationType`,`WrongNavigateRouteType`

To use this lint check, upgrade to a more recent version
of the library.
Raw output
Lint can be extended with "custom checks": additional checks implemented by developers and libraries to for example enforce specific API usages required by a library or a company coding style guideline.

The Lint APIs are not yet stable, so these checks may either cause a performance degradation, or stop working, or provide wrong results.

This warning flags custom lint checks that are found to be using obsolete APIs and will need to be updated to run in the current lint environment.

It may also flag issues found to be using a **newer** version of the API, meaning that you need to use a newer version of lint (or Android Studio or Gradle plugin etc) to work with these checks.