Compare commits
6 Commits
3f1d809855
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 29b28d4935 | |||
|
|
a7833beb8d | ||
| 1984406048 | |||
|
|
5224337b13 | ||
| 1d15f25cd7 | |||
|
|
d7ffbc40ae |
@@ -122,7 +122,7 @@ dependencies {
|
||||
|
||||
//Submodule
|
||||
//noinspection NewerVersionAvailable
|
||||
implementation 'joda-time:joda-time:2.14.1'
|
||||
implementation 'joda-time:joda-time:2.14.2'
|
||||
implementation 'org.joda:joda-convert:3.0.1'
|
||||
|
||||
}
|
||||
|
||||
@@ -12,5 +12,5 @@ plugins {
|
||||
id 'com.android.application' version '9.2.0' apply false
|
||||
id 'com.android.library' version '9.2.0' apply false
|
||||
id 'org.jetbrains.kotlin.android' version '2.3.21' apply false
|
||||
id 'com.autonomousapps.dependency-analysis' version '3.9.0' apply true
|
||||
id 'com.autonomousapps.dependency-analysis' version '3.10.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-9.4.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
||||
Reference in New Issue
Block a user