20 Commits

Author SHA1 Message Date
Renovate Bot
4aae580c2b Update plugin com.android.library to v8.11.1 2025-07-12 02:02:37 +00:00
Renovate Bot
343b95de8c Update plugin com.android.application to v8.11.1 2025-07-11 02:07:33 +00:00
Renovate Bot
5105597620 Update plugin org.jetbrains.kotlin.android to v2.2.0 2025-07-05 02:04:15 +00:00
Renovate Bot
07cfec550b Update dependency gradle to v8.14.3 2025-07-05 02:04:02 +00:00
Renovate Bot
d31a4c4c69 Update plugin org.jetbrains.kotlin.plugin.serialization to v2.2.0 2025-06-29 02:08:41 +00:00
Renovate Bot
974f8a6738 Update plugin com.android.library to v8.11.0 2025-06-29 02:02:44 +00:00
Renovate Bot
934215723b Update plugin com.autonomousapps.dependency-analysis to v2.19.0 2025-06-28 02:02:52 +00:00
Renovate Bot
546fbb55d6 Update plugin com.android.application to v8.11.0 2025-06-25 02:07:16 +00:00
Renovate Bot
e1d05ba16f Update dependency gradle to v8.14.2 2025-06-06 02:02:40 +00:00
Renovate Bot
0ec542ef25 Update plugin com.android.library to v8.10.1 2025-06-01 02:02:15 +00:00
Renovate Bot
b9203a4659 Update plugin com.autonomousapps.dependency-analysis to v2.18.0 2025-05-31 02:03:20 +00:00
Renovate Bot
c6ca8ef754 Update plugin com.android.application to v8.10.1 2025-05-29 02:01:28 +00:00
Renovate Bot
2bc3372db1 Update dependency gradle to v8.14.1 2025-05-23 02:02:41 +00:00
Renovate Bot
76cbdb7832 Update plugin org.jetbrains.kotlin.plugin.serialization to v2.1.21 2025-05-17 02:08:38 +00:00
Renovate Bot
87ea1df4cd Update plugin org.jetbrains.kotlin.android to v2.1.21 2025-05-14 02:06:23 +00:00
Renovate Bot
ceffc79929 Update plugin com.android.library to v8.10.0 2025-05-10 02:04:59 +00:00
Renovate Bot
0914ebe475 Update plugin com.android.application to v8.10.0 2025-05-07 02:02:27 +00:00
Renovate Bot
f57bb2b935 Update plugin com.autonomousapps.dependency-analysis to v2.17.0 2025-04-28 02:01:20 +00:00
Renovate Bot
d896124765 Update plugin com.android.library to v8.9.2 2025-04-27 02:03:32 +00:00
Renovate Bot
a3e06eea84 Update dependency gradle to v8.14 2025-04-27 02:03:15 +00:00
6 changed files with 10 additions and 10 deletions

View File

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

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.9.2' apply false
id 'com.android.library' version '8.9.1' apply false
id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
id 'com.autonomousapps.dependency-analysis' version '2.16.0' apply true
id 'com.android.application' version '8.11.1' apply false
id 'com.android.library' version '8.11.1' apply false
id 'org.jetbrains.kotlin.android' version '2.2.0' 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.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME

4
gradlew vendored
View File

@@ -114,7 +114,7 @@ case "$( uname )" in #(
NONSTOP* ) nonstop=true ;;
esac
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
CLASSPATH="\\\"\\\""
# Determine the Java command to use to start the JVM.
@@ -213,7 +213,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
set -- \
"-Dorg.gradle.appname=$APP_BASE_NAME" \
-classpath "$CLASSPATH" \
org.gradle.wrapper.GradleWrapperMain \
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
"$@"
# Stop when "xargs" is not available.

4
gradlew.bat vendored
View File

@@ -70,11 +70,11 @@ goto fail
:execute
@rem Setup the command line
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
set CLASSPATH=
@rem Execute Gradle
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
:end
@rem End local scope for the variables with windows NT shell