diff --git a/app/build.gradle b/app/build.gradle index 0db6e6c2f..19590684a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation "com.google.code.gson:gson:2.8.6" + implementation "com.google.code.gson:gson:2.9.1" implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation 'com.squareup.retrofit2:converter-simplexml:2.9.0' @@ -103,16 +103,16 @@ dependencies { annotationProcessor "com.github.bumptech.glide:compiler:4.12.0" implementation 'jp.wasabeef:glide-transformations:4.3.0' implementation 'com.github.penfeizhou.android.animation:glide-plugin:2.22.0' - implementation 'com.google.android.exoplayer:exoplayer:2.16.1' + implementation 'com.google.android.exoplayer:exoplayer:2.18.1' implementation "androidx.viewpager2:viewpager2:1.0.0" implementation 'com.github.piasy:rxandroidaudio:1.7.0' implementation 'com.github.piasy:AudioProcessor:1.7.0' implementation "androidx.work:work-runtime:2.7.1" implementation 'app.futured.hauler:hauler:5.0.0' implementation "com.github.chrisbanes:PhotoView:2.3.0" - implementation "ch.acra:acra-mail:5.9.3" + implementation "ch.acra:acra-mail:5.9.6" implementation "ch.acra:acra-limiter:5.9.3" - implementation "ch.acra:acra-dialog:5.9.3" + implementation "ch.acra:acra-dialog:5.9.6" implementation "com.madgag.spongycastle:bctls-jdk15on:1.58.0.0" implementation 'com.github.UnifiedPush:android-connector:2.0.0' @@ -121,8 +121,8 @@ dependencies { implementation 'com.burhanrashid52:photoeditor:1.5.1' implementation 'androidx.multidex:multidex:2.0.1' implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' - implementation 'androidx.lifecycle:lifecycle-livedata:2.4.1' - implementation 'androidx.lifecycle:lifecycle-viewmodel:2.4.1' + implementation 'androidx.lifecycle:lifecycle-livedata:2.5.1' + implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1' implementation 'androidx.navigation:navigation-fragment:2.5.1' implementation 'androidx.navigation:navigation-ui:2.5.1' testImplementation 'junit:junit:' diff --git a/build.gradle b/build.gradle index dcca24e08..59dfab897 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { } dependencies { classpath 'com.android.tools.build:gradle:7.0.4' - classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21" + classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.10" classpath "androidx.navigation:navigation-safe-args-gradle-plugin:2.5.1" // NOTE: Do not place your application dependencies here; they belong