Compare commits
17 Commits
6521af6467
...
main
Author | SHA1 | Date | |
---|---|---|---|
|
4aae580c2b | ||
|
343b95de8c | ||
|
5105597620 | ||
|
07cfec550b | ||
|
d31a4c4c69 | ||
|
974f8a6738 | ||
|
934215723b | ||
|
546fbb55d6 | ||
|
e1d05ba16f | ||
|
0ec542ef25 | ||
|
b9203a4659 | ||
|
c6ca8ef754 | ||
|
2bc3372db1 | ||
|
76cbdb7832 | ||
|
87ea1df4cd | ||
|
ceffc79929 | ||
|
0914ebe475 |
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
|
@@ -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.10.0' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.1.20' apply false
|
||||
id 'com.autonomousapps.dependency-analysis' version '2.17.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
|
||||
}
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
Reference in New Issue
Block a user