Skip to content

Update Gradle Wrapper from 8.10 to 8.10.1.

Sign in for the full log view
GitHub Actions / Test Results succeeded Sep 10, 2024 in 0s

6 tests ✅ passed, checks: ⚠️ 7

Test Suites ✅ 6 passed 🟡 0 skipped ❌ 0 failed ⌛ took
✅ io.github.gmazzo.android.manifest.lock.AndroidManifestLockPluginTest
  • ✅ plugin applies correctly on application() (⌛ 13.62)
  • ✅ plugin applies correctly on library() (⌛ 0.521)
2 0 0 14.143
✅ io.github.gmazzo.android.manifest.lock.ManifestLockFactoryTest
  • ✅ when all manifests are the same() (⌛ 0.276)
  • ✅ when many has differences() (⌛ 0.021)
  • ✅ when one varies on package() (⌛ 0.055)
3 0 0 0.357
✅ io.github.gmazzo.android.manifest.lock.ManifestReaderTest
  • ✅ parses a manifest correctly() (⌛ 0.198)
1 0 0 0.198
Android Lint 🛑 0 errors ⚠️ 7 warnings 💡 0 others
Correctness / GradleDependency 0 6 0
Usability:Icons / MissingApplicationIcon 0 1 0

Annotations

Check warning on line 5 in /home/runner/work/gradle-android-manifest-lock-plugin/gradle-android-manifest-lock-plugin/gradle/demo.libs.versions.toml

See this annotation in the file changed.

@github-actions 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" }
                                                                              ~~~~~~~

Check warning on line 5 in /home/runner/work/gradle-android-manifest-lock-plugin/gradle-android-manifest-lock-plugin/gradle/demo.libs.versions.toml

See this annotation in the file changed.

@github-actions 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" }
                                                                              ~~~~~~~

Check warning on line 5 in /home/runner/work/gradle-android-manifest-lock-plugin/gradle-android-manifest-lock-plugin/gradle/demo.libs.versions.toml

See this annotation in the file changed.

@github-actions 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" }
                                                                              ~~~~~~~

Check warning on line 6 in /home/runner/work/gradle-android-manifest-lock-plugin/gradle-android-manifest-lock-plugin/gradle/demo.libs.versions.toml

See this annotation in the file changed.

@github-actions 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" }
                                                                                         ~~~~~~~~

Check warning on line 6 in /home/runner/work/gradle-android-manifest-lock-plugin/gradle-android-manifest-lock-plugin/gradle/demo.libs.versions.toml

See this annotation in the file changed.

@github-actions 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" }
                                                                                         ~~~~~~~~

Check warning on line 6 in /home/runner/work/gradle-android-manifest-lock-plugin/gradle-android-manifest-lock-plugin/gradle/demo.libs.versions.toml

See this annotation in the file changed.

@github-actions 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" }
                                                                                         ~~~~~~~~

Check warning on line 3 in /home/runner/work/gradle-android-manifest-lock-plugin/gradle-android-manifest-lock-plugin/demo/src/main/AndroidManifest.xml

See this annotation in the file changed.

@github-actions 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>
     ~~~~~~~~~~~