Compare commits
No commits in common. "main" and "editor-fixes" have entirely different histories.
main
...
editor-fix
2 changed files with 6 additions and 6 deletions
|
@ -6,12 +6,12 @@ appcompat = "1.7.0"
|
||||||
billing = "7.1.1"
|
billing = "7.1.1"
|
||||||
browser = "1.8.0"
|
browser = "1.8.0"
|
||||||
commonMarkVersion = "0.24.0"
|
commonMarkVersion = "0.24.0"
|
||||||
composeBom = "2024.11.00"
|
composeBom = "2024.10.01"
|
||||||
core = "1.6.1"
|
core = "1.6.1"
|
||||||
coreKtx = "1.15.0"
|
coreKtx = "1.15.0"
|
||||||
coreSplashscreen = "1.0.1"
|
coreSplashscreen = "1.0.1"
|
||||||
coroutines = "1.9.0"
|
coroutines = "1.9.0"
|
||||||
dependencyAnalysis = "2.5.0"
|
dependencyAnalysis = "2.4.2"
|
||||||
espressoVersion = "3.6.1"
|
espressoVersion = "3.6.1"
|
||||||
fladle = "0.17.5"
|
fladle = "0.17.5"
|
||||||
googleServices = "4.4.2"
|
googleServices = "4.4.2"
|
||||||
|
@ -26,15 +26,15 @@ materialIconsCore = "1.7.5"
|
||||||
maxSdk = "35"
|
maxSdk = "35"
|
||||||
minSdk = "23"
|
minSdk = "23"
|
||||||
monitor = "1.7.2"
|
monitor = "1.7.2"
|
||||||
navigation = "2.8.4"
|
navigation = "2.8.3"
|
||||||
orchestrator = "1.5.1"
|
orchestrator = "1.5.1"
|
||||||
play = "2.0.2"
|
play = "2.0.2"
|
||||||
preferenceKtx = "1.2.1"
|
preferenceKtx = "1.2.1"
|
||||||
robolectric = "4.14.1"
|
robolectric = "4.13"
|
||||||
runner = "1.6.2"
|
runner = "1.6.2"
|
||||||
syllableCounter = "4.1.0"
|
syllableCounter = "4.1.0"
|
||||||
timber = "5.0.1"
|
timber = "5.0.1"
|
||||||
tripletPlay = "3.12.1"
|
tripletPlay = "3.11.0"
|
||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
acra-advanced-scheduler = { module = "ch.acra:acra-advanced-scheduler", version.ref = "acra" }
|
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
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|
Loading…
Reference in a new issue