1 Commits

Author SHA1 Message Date
Renovate Bot
54ac9c834e Update plugin com.android.library to v8.13.1 2025-11-11 02:00:57 +00:00
5 changed files with 1042 additions and 1036 deletions

View File

@@ -23,7 +23,7 @@ jobs:
contents: write contents: write
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v5
- name: set up secrets - name: set up secrets
run: | run: |

View File

@@ -1,8 +1,8 @@
plugins { plugins {
id 'com.android.application' id 'com.android.application'
id 'org.jetbrains.kotlin.android' id 'org.jetbrains.kotlin.android'
id 'org.jetbrains.kotlin.plugin.serialization' version '2.3.0' id 'org.jetbrains.kotlin.plugin.serialization' version '2.2.21'
id 'org.jetbrains.kotlin.plugin.compose' version '2.3.0' id 'org.jetbrains.kotlin.plugin.compose' version '2.2.21'
id 'com.mikepenz.aboutlibraries.plugin' version '13.1.0' id 'com.mikepenz.aboutlibraries.plugin' version '13.1.0'
} }
@@ -96,7 +96,7 @@ aboutLibraries {
dependencies { dependencies {
implementation 'androidx.compose.material3:material3:1.4.0' implementation 'androidx.compose.material3:material3:1.4.0'
implementation "androidx.compose.material:material:1.10.0" implementation "androidx.compose.material:material:1.9.4"
implementation 'androidx.compose.material:material-icons-extended:1.7.8' implementation 'androidx.compose.material:material-icons-extended:1.7.8'
implementation 'androidx.navigation:navigation-compose:2.9.6' implementation 'androidx.navigation:navigation-compose:2.9.6'
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5' coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5'
@@ -105,7 +105,7 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui'
implementation "androidx.activity:activity-ktx:1.12.2" implementation "androidx.activity:activity-ktx:1.11.0"
implementation 'androidx.compose.ui:ui-tooling-preview' implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'com.google.android.material:material:1.13.0' implementation 'com.google.android.material:material:1.13.0'
@@ -119,6 +119,6 @@ dependencies {
implementation 'com.mikepenz:aboutlibraries-core:13.1.0' implementation 'com.mikepenz:aboutlibraries-core:13.1.0'
implementation platform('androidx.compose:compose-bom:2025.12.01') implementation platform('androidx.compose:compose-bom:2025.11.00')
debugImplementation 'androidx.compose.ui:ui-tooling:1.10.0' debugImplementation 'androidx.compose.ui:ui-tooling:1.9.4'
} }

View File

@@ -1,6 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules. // Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins { plugins {
id 'com.android.application' version '8.13.2' apply false id 'com.android.application' version '8.13.0' apply false
id 'com.android.library' version '8.13.2' apply false id 'com.android.library' version '8.13.1' apply false
id 'org.jetbrains.kotlin.android' version '2.3.0' apply false id 'org.jetbrains.kotlin.android' version '2.2.21' apply false
} }

View File

@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionSha256Sum=72f44c9f8ebcb1af43838f45ee5c4aa9c5444898b3468ab3f4af7b6076c5bc3f distributionSha256Sum=df67a32e86e3276d011735facb1535f64d0d88df84fa87521e90becc2d735444
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME

2054
yarn.lock

File diff suppressed because it is too large Load Diff