Skip to content

Commit 760fd41

Browse files
authored
Merge branch 'master' into 1862-use-the-splashscreen-api
2 parents b2835e6 + 2450a56 commit 760fd41

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
})
6363
implementation 'androidx.appcompat:appcompat:1.7.0'
6464
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
65-
implementation 'androidx.fragment:fragment-ktx:1.8.3'
65+
implementation 'androidx.fragment:fragment-ktx:1.8.4'
6666
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
6767
implementation 'androidx.multidex:multidex:2.0.1'
6868
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.29'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ buildscript {
77
google()
88
}
99
dependencies {
10-
classpath 'com.android.tools.build:gradle:8.6.1'
10+
classpath 'com.android.tools.build:gradle:8.7.0'
1111
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1212

1313
// NOTE: Do not place your application dependencies here; they belong
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Fri Jul 23 08:12:00 UTC 2024
1+
#Wed Oct 02 16:30:19 EAT 2024
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)