6 Commits

Author SHA1 Message Date
Renovate Bot
2f07ea6d97 Update plugin org.jetbrains.kotlin.plugin.serialization to v2.2.10 2025-09-07 02:10:53 +00:00
Renovate Bot
0c4bcf198d Update plugin org.jetbrains.kotlin.android to v2.2.10 2025-09-07 02:10:35 +00:00
Renovate Bot
113017de3b Update actions/checkout action to v5 2025-08-12 02:01:40 +00:00
Renovate Bot
c53df20c4d Update dependency gradle to v9 2025-08-02 04:03:36 +02:00
Renovate Bot
f193b972af Update plugin com.android.library to v8.12.0 2025-08-02 02:03:14 +00:00
Renovate Bot
707cd7bd4e Update plugin com.android.application to v8.12.0 2025-08-01 02:01:51 +00:00
6 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'org.jetbrains.kotlin.plugin.serialization' version '2.2.0'
id 'org.jetbrains.kotlin.plugin.serialization' version '2.2.10'
}

View File

@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.11.1' apply false
id 'com.android.application' version '8.12.0' apply false
id 'com.android.library' version '8.12.0' apply false
id 'org.jetbrains.kotlin.android' version '2.2.0' apply false
id 'org.jetbrains.kotlin.android' version '2.2.10' apply false
id 'com.autonomousapps.dependency-analysis' version '2.19.0' apply true
}

Binary file not shown.

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

2
gradlew vendored
View File

@@ -1,7 +1,7 @@
#!/bin/sh
#
# Copyright © 2015-2021 the original authors.
# Copyright © 2015 the original authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.