Skip to content

Commit d59245c

Browse files
committed
Merge remote-tracking branch 'origin/develop' into feat/#749-interstitial-ads-api
2 parents e5ab9f9 + 7ccaba9 commit d59245c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ minSdk = "30"
88
targetSdk = "36"
99
jvmTarget = "17"
1010
androidGradlePlugin = "9.1.0"
11-
spotless = "8.3.0"
11+
spotless = "8.4.0"
1212

1313
# App version
1414
versionCode = "2030100"
1515
versionName = "2.3.1"
1616

1717
# Kotlin
18-
kotlin = "2.3.10"
18+
kotlin = "2.3.20"
1919
kotlinxImmutable = "0.4.0"
2020
ksp = "2.3.6"
2121

@@ -57,14 +57,14 @@ coil = "3.4.0"
5757
timber = "5.0.1"
5858
lottieCompose = "6.7.1"
5959
coroutine = "1.10.2"
60-
ktlint = "14.1.0"
60+
ktlint = "14.2.0"
6161
pebble = "0.1.0"
6262
balloonCompose = "1.7.5"
6363
richeditorCompose = "1.0.0-rc13"
6464
gmaAds = "0.24.0-beta03"
6565

6666
# Firebase
67-
firebaseBom = "34.10.0"
67+
firebaseBom = "34.11.0"
6868
firebaseCrashlyticsPlugin = "3.0.6"
6969

7070
# ML Kit
@@ -78,8 +78,8 @@ profileinstaller = "1.4.1"
7878
runner = "1.7.0"
7979

8080
# AboutLibraries
81-
aboutLibraries = "14.0.0-b02"
82-
amplitude = "1.26.1"
81+
aboutLibraries = "14.0.0-b03"
82+
amplitude = "1.26.4"
8383

8484
[libraries]
8585
# Analytics

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)