Skip to content

Commit

Permalink
update some dependencies to newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
Acivev committed Feb 11, 2025
1 parent ce0baa9 commit 1fc462a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
kotlin_version = '2.0.10'
kotlin_version = '2.1.10'
room_version = '2.6.1'
}
repositories {
Expand All @@ -10,8 +10,8 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:8.2.2'
classpath 'com.google.gms:google-services:4.4.1'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.9'
classpath 'com.google.gms:google-services:4.4.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "androidx.room:room-gradle-plugin:$room_version"
}
Expand Down Expand Up @@ -174,12 +174,12 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.preference:preference:1.2.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'com.google.firebase:firebase-crashlytics:18.6.2'
implementation 'com.google.firebase:firebase-analytics:21.5.1'
implementation 'com.google.firebase:firebase-messaging:23.4.1'
implementation 'com.google.firebase:firebase-crashlytics:19.4.0'
implementation 'com.google.firebase:firebase-analytics:22.2.0'
implementation 'com.google.firebase:firebase-messaging:24.1.0'

implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.code.gson:gson:2.12.1'
implementation 'pub.devrel:easypermissions:3.0.0'
implementation 'net.lingala.zip4j:zip4j:2.11.5'

Expand All @@ -191,10 +191,10 @@ dependencies {

// Tools
implementation 'com.github.Reco1I:Toolkt:1.0.24'
implementation 'commons-io:commons-io:2.16.1'
implementation 'commons-io:commons-io:2.18.0'

// Multiplayer
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1'
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
implementation ('io.socket:socket.io-client:2.1.1') {
exclude group: 'org.json', module: 'json'
Expand Down

0 comments on commit 1fc462a

Please sign in to comment.