Skip to content

Commit 7d2ac4f

Browse files
Merge pull request #180 from OMGSoundboard/development
Dependencies bump
2 parents 4618c83 + 18e9071 commit 7d2ac4f

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ dependencies {
120120
ksp "androidx.room:room-compiler:2.7.2"
121121

122122
//Dagger - Hilt
123-
implementation "com.google.dagger:hilt-android:2.56.2"
124-
ksp "com.google.dagger:hilt-android-compiler:2.56.2"
123+
implementation "com.google.dagger:hilt-android:2.57"
124+
ksp "com.google.dagger:hilt-android-compiler:2.57"
125125
ksp "androidx.hilt:hilt-compiler:1.2.0"
126126
implementation 'androidx.hilt:hilt-navigation-compose:1.2.0'
127127

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ buildscript {
55
}
66
dependencies {
77
classpath 'com.jaredsburrows:gradle-license-plugin:0.9.8'
8-
classpath "com.google.dagger:hilt-android-gradle-plugin:2.56.2"
8+
classpath "com.google.dagger:hilt-android-gradle-plugin:2.57"
99
}
1010
}
1111
plugins {
12-
id 'com.android.application' version '8.8.2' apply false
12+
id 'com.android.application' version '8.12.0' apply false
1313
id 'org.jetbrains.kotlin.android' version '2.2.0' apply false
1414
id 'org.jetbrains.kotlin.plugin.compose' version '2.2.0' apply false
1515
id 'com.google.devtools.ksp' version '2.2.0-2.0.2' apply false

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ dependencies {
5252
implementation "com.google.code.gson:gson:2.13.1"
5353

5454
//Dagger - Hilt
55-
implementation "com.google.dagger:hilt-android:2.56.2"
56-
ksp "com.google.dagger:hilt-android-compiler:2.56.2"
55+
implementation "com.google.dagger:hilt-android:2.57"
56+
ksp "com.google.dagger:hilt-android-compiler:2.57"
5757
ksp "androidx.hilt:hilt-compiler:1.2.0"
5858
implementation 'androidx.hilt:hilt-navigation-compose:1.2.0'
5959
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Mon Jun 30 04:17:48 ECT 2025
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

sync_manager/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ android {
3636
}
3737

3838
compileOptions {
39-
sourceCompatibility JavaVersion.VERSION_1_8
40-
targetCompatibility JavaVersion.VERSION_1_8
39+
sourceCompatibility JavaVersion.VERSION_17
40+
targetCompatibility JavaVersion.VERSION_17
4141
}
4242
kotlinOptions {
4343
jvmTarget = '1.8'
@@ -57,8 +57,8 @@ dependencies {
5757
googleImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.10.1'
5858

5959
//Dagger - Hilt
60-
implementation "com.google.dagger:hilt-android:2.56.2"
61-
ksp "com.google.dagger:hilt-android-compiler:2.56.2"
60+
implementation "com.google.dagger:hilt-android:2.57"
61+
ksp "com.google.dagger:hilt-android-compiler:2.57"
6262
ksp "androidx.hilt:hilt-compiler:1.2.0"
6363
implementation 'androidx.hilt:hilt-navigation-compose:1.2.0'
6464

wear/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ dependencies {
9393
ksp "androidx.room:room-compiler:2.7.2"
9494

9595
//Dagger - Hilt
96-
implementation "com.google.dagger:hilt-android:2.56.2"
97-
ksp "com.google.dagger:hilt-android-compiler:2.56.2"
96+
implementation "com.google.dagger:hilt-android:2.57"
97+
ksp "com.google.dagger:hilt-android-compiler:2.57"
9898
ksp "androidx.hilt:hilt-compiler:1.2.0"
9999
implementation 'androidx.hilt:hilt-navigation-compose:1.2.0'
100100

0 commit comments

Comments
 (0)