Bump agp from 8.7.1 to 8.7.2 #269
GitHub Actions / Test Results
succeeded
Nov 4, 2024 in 0s
16 tests ✅ passed, checks: ⚠️ 2
Test Suites | ✅ 16 passed | 🟡 0 skipped | ❌ 0 failed | ⌛ took |
---|---|---|---|---|
✅ com.example.login.ExampleUnitTest
|
1 | 0 | 0 | 0.002 |
✅ com.example.login.ExampleUnitTest
|
1 | 0 | 0 | 0.003 |
✅ com.example.login.ui.data.LoginDataSourceTest
|
1 | 0 | 0 | 0.007 |
✅ com.example.login.ui.data.LoginDataSourceTest
|
1 | 0 | 0 | 0.018 |
✅ com.example.myapplication.ExampleInstrumentedTest
|
1 | 0 | 0 | 4.959 |
✅ com.example.myapplication.ExampleUnitTest
|
1 | 0 | 0 | 0.019 |
✅ com.example.myapplication.ExampleUnitTest
|
1 | 0 | 0 | 0.003 |
✅ com.example.myapplication.ExampleUnitTest
|
1 | 0 | 0 | 0.003 |
✅ com.example.myapplication.ExampleUnitTest
|
1 | 0 | 0 | 0.019 |
✅ com.example.myapplication.MainActivityTest
|
1 | 0 | 0 | 21.156 |
✅ com.example.myapplication.MainActivityTest
|
1 | 0 | 0 | 16.827 |
✅ com.example.myapplication.MainActivityTest
|
1 | 0 | 0 | 22.062 |
✅ com.example.myapplication.MainActivityTest
|
1 | 0 | 0 | 16.659 |
✅ io.github.gmazzo.android.test.aggregation.AndroidTestCoverageAggregationPluginTest
|
1 | 0 | 0 | 8.848 |
✅ io.github.gmazzo.android.test.aggregation.AndroidTestResultsAggregationPluginTest
|
1 | 0 | 0 | 0.626 |
✅ MyUseCaseTest
|
1 | 0 | 0 | 0.008 |
Android Lint | 🛑 0 errors | 💡 0 others | |
---|---|---|---|
Lint / ObsoleteLintCustomCheck | 0 | 2 | 0 |
Annotations
github-actions / Test Results
Lint: Obsolete custom lint check
Library lint checks out of date;
these checks **will be skipped**!
Lint found an issue registry (`androidx.navigation.common.lint.NavigationCommonIssueRegistry`)
which was compiled against an older version of lint
than this one. This is usually fine, but not in this
case; some basic verification shows that the lint
check jar references (for example) the following API
which is no longer valid in this version of lint:
org.jetbrains.kotlin.analysis.api.lifetime.KaDefaultLifetimeTokenProvider#Companion
(Referenced from androidx/navigation/lint/UtilKt.class)
Therefore, this lint check library is **not** included
in analysis. This affects the following lint checks:
`EmptyNavDeepLink`,`WrongStartDestinationType`,`MissingSerializableAnnotation`,`MissingKeepAnnotation`
Recompile the checks against the latest version, or if
this is a check bundled with a third-party library, see
if there is a more recent version available.
Version of Lint API this lint check is using is 14.
The Lint API version currently running is 16 (8.7+).
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.
github-actions / Test Results
Lint: Obsolete custom lint check
Library lint checks out of date;
these checks **will be skipped**!
Lint found an issue registry (`androidx.navigation.runtime.lint.NavigationRuntimeIssueRegistry`)
which was compiled against an older version of lint
than this one. This is usually fine, but not in this
case; some basic verification shows that the lint
check jar references (for example) the following API
which is no longer valid in this version of lint:
org.jetbrains.kotlin.analysis.api.lifetime.KaDefaultLifetimeTokenProvider#Companion
(Referenced from androidx/navigation/lint/UtilKt.class)
Therefore, this lint check library is **not** included
in analysis. This affects the following lint checks:
`DeepLinkInActivityDestination`,`WrongStartDestinationType`,`WrongNavigateRouteType`,`MissingKeepAnnotation`,`MissingSerializableAnnotation`
Recompile the checks against the latest version, or if
this is a check bundled with a third-party library, see
if there is a more recent version available.
Version of Lint API this lint check is using is 14.
The Lint API version currently running is 16 (8.7+).
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.
Loading