Compare commits
9 commits
editor-fix
...
main
Author | SHA1 | Date | |
---|---|---|---|
10c1f42ca3 | |||
6fe4d99dfd | |||
dd76557232 | |||
092fb5bf3a | |||
1ab9c3db55 | |||
49de5ab1f3 | |||
d8b5f84e78 | |||
8b87ca0dd7 | |||
90a2550b0d |
2 changed files with 6 additions and 6 deletions
|
@ -6,12 +6,12 @@ appcompat = "1.7.0"
|
|||
billing = "7.1.1"
|
||||
browser = "1.8.0"
|
||||
commonMarkVersion = "0.24.0"
|
||||
composeBom = "2024.10.01"
|
||||
composeBom = "2024.11.00"
|
||||
core = "1.6.1"
|
||||
coreKtx = "1.15.0"
|
||||
coreSplashscreen = "1.0.1"
|
||||
coroutines = "1.9.0"
|
||||
dependencyAnalysis = "2.4.2"
|
||||
dependencyAnalysis = "2.5.0"
|
||||
espressoVersion = "3.6.1"
|
||||
fladle = "0.17.5"
|
||||
googleServices = "4.4.2"
|
||||
|
@ -26,15 +26,15 @@ materialIconsCore = "1.7.5"
|
|||
maxSdk = "35"
|
||||
minSdk = "23"
|
||||
monitor = "1.7.2"
|
||||
navigation = "2.8.3"
|
||||
navigation = "2.8.4"
|
||||
orchestrator = "1.5.1"
|
||||
play = "2.0.2"
|
||||
preferenceKtx = "1.2.1"
|
||||
robolectric = "4.13"
|
||||
robolectric = "4.14.1"
|
||||
runner = "1.6.2"
|
||||
syllableCounter = "4.1.0"
|
||||
timber = "5.0.1"
|
||||
tripletPlay = "3.11.0"
|
||||
tripletPlay = "3.12.1"
|
||||
|
||||
[libraries]
|
||||
acra-advanced-scheduler = { module = "ch.acra:acra-advanced-scheduler", version.ref = "acra" }
|
||||
|
|
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.10.2-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
Loading…
Reference in a new issue