Skip to content
Snippets Groups Projects
Commit 05d206cb authored by Taras's avatar Taras
Browse files

Dependency update

parent 45da5ab1
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ android { ...@@ -55,7 +55,7 @@ android {
dependencies { dependencies {
api 'androidx.appcompat:appcompat:1.6.1' api 'androidx.appcompat:appcompat:1.6.1'
api 'com.google.android.material:material:1.11.0' api 'com.google.android.material:material:1.12.0'
api 'androidx.recyclerview:recyclerview:1.3.2' api 'androidx.recyclerview:recyclerview:1.3.2'
api "androidx.autofill:autofill:1.1.0" api "androidx.autofill:autofill:1.1.0"
...@@ -85,7 +85,7 @@ dependencies { ...@@ -85,7 +85,7 @@ dependencies {
// } // }
//Matrix mavenLocal testing //Matrix mavenLocal testing
api "org.futo.gitlab.circles:matrix-android-sdk:0.1.8" api "org.futo.gitlab.circles:matrix-android-sdk:0.1.15"
//Retrofit2 //Retrofit2
def retrofit_version = '2.11.0' def retrofit_version = '2.11.0'
...@@ -117,7 +117,7 @@ dependencies { ...@@ -117,7 +117,7 @@ dependencies {
api "io.noties.markwon:linkify:$markwon_version" api "io.noties.markwon:linkify:$markwon_version"
api "io.noties.markwon:ext-strikethrough:$markwon_version" api "io.noties.markwon:ext-strikethrough:$markwon_version"
api "io.noties.markwon:ext-tasklist:$markwon_version" api "io.noties.markwon:ext-tasklist:$markwon_version"
api 'io.element.android:wysiwyg:2.37.0' api 'io.element.android:wysiwyg:2.37.1'
//ExoPlayer //ExoPlayer
def exoplayer_version = '1.3.1' def exoplayer_version = '1.3.1'
...@@ -138,9 +138,10 @@ dependencies { ...@@ -138,9 +138,10 @@ dependencies {
implementation 'androidx.browser:browser:1.8.0' implementation 'androidx.browser:browser:1.8.0'
//Firebase //Firebase
gplayImplementation "com.google.firebase:firebase-crashlytics-ktx:18.6.4" gplayImplementation "com.google.firebase:firebase-crashlytics-ktx:19.0.0"
gplayImplementation "com.google.firebase:firebase-analytics-ktx:21.6.2" gplayImplementation "com.google.firebase:firebase-analytics-ktx:22.0.0"
gplayImplementation "com.google.firebase:firebase-messaging-ktx:23.4.1" gplayImplementation "com.google.firebase:firebase-messaging-ktx:24.0.0"
gplayImplementation 'com.google.android.gms:play-services-base:18.4.0'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.ext:junit:1.1.5'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment