C:\Users\georg\Documents\Codex\2026-09-08\referenced-chatgpt-conversation-this-is-an\outputs\corenext-pc-builder\node_modules\.pnpm\@capacitor+share@8.0.1_@capacitor+core@8.5.1\node_modules\@capacitor\share\android\build.gradle:19: Warning: A newer version of com.android.tools.build:gradle than 8.13.0 is available: 9.4.0. (There is also a newer version of 8.13.𝑥 available, if upgrading to 9.4.0 is difficult: 8.13.2) [AndroidGradlePluginVersion]
        classpath 'com.android.tools.build:gradle:8.13.0'
                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "AndroidGradlePluginVersion":
   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.

C:\Users\georg\Documents\Codex\2026-09-08\referenced-chatgpt-conversation-this-is-an\outputs\corenext-pc-builder\node_modules\.pnpm\@capacitor+share@8.0.1_@capacitor+core@8.5.1\node_modules\@capacitor\share\android\build.gradle:76: Warning: A newer version of androidx.appcompat:appcompat than 1.7.1 is available: 1.8.0 [GradleDependency]
    implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\georg\Documents\Codex\2026-09-08\referenced-chatgpt-conversation-this-is-an\outputs\corenext-pc-builder\node_modules\.pnpm\@capacitor+share@8.0.1_@capacitor+core@8.5.1\node_modules\@capacitor\share\android\build.gradle:77: Warning: A newer version of androidx.core:core than 1.17.0 is available: 1.19.0 [GradleDependency]
    implementation "androidx.core:core:$androidxCoreVersion"
                   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "GradleDependency":
   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.

0 errors, 3 warnings
