Skip to content

Update Gradle Wrapper from 8.8 to 8.9. (#27) #65

Update Gradle Wrapper from 8.8 to 8.9. (#27)

Update Gradle Wrapper from 8.8 to 8.9. (#27) #65

Triggered via push July 12, 2024 00:42
Status Success
Total duration 3m 34s
Artifacts

build.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings and 1 notice
Correctness: Obsolete Android Gradle Plugin Version: gradle/libs.versions.toml#L3
A newer version of com.android.application than 8.5.0 is available: 8.5.1 This detector looks for usage of the Android Gradle Plugin 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. agp = "8.5.0" ~~~~~~~
Correctness: Obsolete Android Gradle Plugin Version: gradle/libs.versions.toml#L3
A newer version of com.android.application than 8.5.0 is available: 8.5.1 This detector looks for usage of the Android Gradle Plugin 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. agp = "8.5.0" ~~~~~~~
Correctness: Obsolete Android Gradle Plugin Version: gradle/libs.versions.toml#L3
A newer version of com.android.application than 8.5.0 is available: 8.5.1 This detector looks for usage of the Android Gradle Plugin 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. agp = "8.5.0" ~~~~~~~
Correctness: Obsolete Android Gradle Plugin Version: gradle/libs.versions.toml#L3
A newer version of com.android.library than 8.5.0 is available: 8.5.1 This detector looks for usage of the Android Gradle Plugin 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. agp = "8.5.0" ~~~~~~~
Correctness: Obsolete Android Gradle Plugin Version: gradle/libs.versions.toml#L3
A newer version of com.android.library than 8.5.0 is available: 8.5.1 This detector looks for usage of the Android Gradle Plugin 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. agp = "8.5.0" ~~~~~~~
Correctness: Obsolete Android Gradle Plugin Version: gradle/libs.versions.toml#L3
A newer version of com.android.library than 8.5.0 is available: 8.5.1 This detector looks for usage of the Android Gradle Plugin 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. agp = "8.5.0" ~~~~~~~
Correctness: Obsolete Gradle Dependency: gradle/demo.libs.versions.toml#L6
A newer version of com.google.android.gms:play-services-maps than 18.2.0 is available: 19.0.0 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" } ~~~~~~~~
Correctness: Obsolete Gradle Dependency: gradle/demo.libs.versions.toml#L6
A newer version of com.google.android.gms:play-services-maps than 18.2.0 is available: 19.0.0 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" } ~~~~~~~~
Correctness: Obsolete Gradle Dependency: gradle/demo.libs.versions.toml#L6
A newer version of com.google.android.gms:play-services-maps than 18.2.0 is available: 19.0.0 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" } ~~~~~~~~
Usability:Icons: Missing application icon: demo/src/main/AndroidManifest.xml#L3
Should explicitly set `android:icon`, there is no default 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> ~~~~~~~~~~~
Build
Processed 5 files: 6 tests ✅ passed, checks: ⚠️ 10 warnings