GitHub Actions / Test Results
succeeded
Sep 24, 2024 in 0s
6 tests ✅ passed, checks: ⚠️ 7
Test Suites | ✅ 6 passed | 🟡 0 skipped | ❌ 0 failed | ⌛ took |
---|---|---|---|---|
✅ io.github.gmazzo.android.manifest.lock.AndroidManifestLockPluginTest
|
2 | 0 | 0 | 15.125 |
✅ io.github.gmazzo.android.manifest.lock.ManifestLockFactoryTest
|
3 | 0 | 0 | 0.269 |
✅ io.github.gmazzo.android.manifest.lock.ManifestReaderTest
|
1 | 0 | 0 | 0.102 |
Android Lint | 🛑 0 errors | 💡 0 others | |
---|---|---|---|
Correctness / GradleDependency | 0 | 6 | 0 |
Usability:Icons / MissingApplicationIcon | 0 | 1 | 0 |
Annotations
github-actions / Test Results
Correctness: Obsolete Gradle Dependency
A newer version of androidx.work:work-runtime-ktx than 2.9.0 is available: 2.9.1
Raw output
This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find.
androidx-workManager = { module = "androidx.work:work-runtime-ktx", version = "2.9.0" }
~~~~~~~
github-actions / Test Results
Correctness: Obsolete Gradle Dependency
A newer version of androidx.work:work-runtime-ktx than 2.9.0 is available: 2.9.1
Raw output
This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find.
androidx-workManager = { module = "androidx.work:work-runtime-ktx", version = "2.9.0" }
~~~~~~~
github-actions / Test Results
Correctness: Obsolete Gradle Dependency
A newer version of androidx.work:work-runtime-ktx than 2.9.0 is available: 2.9.1
Raw output
This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find.
androidx-workManager = { module = "androidx.work:work-runtime-ktx", version = "2.9.0" }
~~~~~~~
github-actions / Test Results
Correctness: Obsolete Gradle Dependency
A newer version of com.google.android.gms:play-services-maps than 18.2.0 is available: 19.0.0
Raw output
This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find.
google-services-maps = { module = "com.google.android.gms:play-services-maps", version = "18.2.0" }
~~~~~~~~
github-actions / Test Results
Correctness: Obsolete Gradle Dependency
A newer version of com.google.android.gms:play-services-maps than 18.2.0 is available: 19.0.0
Raw output
This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find.
google-services-maps = { module = "com.google.android.gms:play-services-maps", version = "18.2.0" }
~~~~~~~~
github-actions / Test Results
Correctness: Obsolete Gradle Dependency
A newer version of com.google.android.gms:play-services-maps than 18.2.0 is available: 19.0.0
Raw output
This detector looks for usages of libraries where the version you are using is not the current stable release. Using older versions is fine, and there are cases where you deliberately want to stick with an older version. However, you may simply not be aware that a more recent version is available, and that is what this lint check helps find.
google-services-maps = { module = "com.google.android.gms:play-services-maps", version = "18.2.0" }
~~~~~~~~
github-actions / Test Results
Usability:Icons: Missing application icon
Should explicitly set `android:icon`, there is no default
Raw output
You should set an icon for the application as whole because there is no default. This attribute must be set as a reference to a drawable resource containing the image (for example `@drawable/icon`).
<application>
~~~~~~~~~~~
Loading