@@ -15,8 +15,8 @@ android {
1515        applicationId " tech.stoneapp.secminhr.cavern" 
1616        minSdkVersion 19 
1717        targetSdkVersion 28 
18-         versionCode 7 
19-         versionName " 3.1.2 " 
18+         versionCode 8 
19+         versionName " 3.2.0 " 
2020        testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner" 
2121        vectorDrawables. useSupportLibrary =  true 
2222        multiDexEnabled true 
@@ -49,56 +49,58 @@ android {
4949        }
5050    }
5151    buildToolsVersion =  ' 28.0.3' 
52+     configurations {
53+         all* . exclude group :' org.intellij.lang.annotations'  , module :" jetified-annotaions-13.0.jar" 
54+         all* . exclude group :' org.intellij.lang.annotations'  , module :" jetified-annotations-java5-17.0.0.jar" 
55+         all* . exclude group :' org.jetbrains.annotations'  , module :" jetified-annotations-13.0.jar" 
56+         all* . exclude group :' org.jetbrains.annotations'  , module :" jetified-annotations-java5-17.0.0.jar" 
57+     }
5258}
53- 
5459dependencies  {
60+     final  def  markwon_version =  ' 3.1.0' 
5561    implementation fileTree(dir : ' libs'  , include : [' *.jar'  ])
5662    implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version  " 
57-     implementation ' androidx.appcompat:appcompat:1.0.2 ' 
63+     implementation ' androidx.appcompat:appcompat:1.1.0 ' 
5864    implementation ' com.google.android.material:material:1.0.0' 
59-     implementation ' androidx.constraintlayout:constraintlayout:2.0.0-beta2 ' 
65+     implementation ' androidx.constraintlayout:constraintlayout:2.0.0-beta3 ' 
6066    implementation ' androidx.multidex:multidex:2.0.1' 
61-     implementation ' androidx.vectordrawable:vectordrawable:1.0.1 ' 
67+     implementation ' androidx.vectordrawable:vectordrawable:1.1.0 ' 
6268    implementation ' androidx.legacy:legacy-support-v4:1.0.0' 
6369    testImplementation ' junit:junit:4.12' 
6470    testImplementation ' org.robolectric:robolectric:4.1' 
6571    testImplementation " org.mockito:mockito-all:1.10.19" 
6672    testImplementation " org.powermock:powermock-module-junit4:1.6.2" 
6773    testImplementation " org.powermock:powermock-api-mockito:1.6.2" 
68-     androidTestImplementation ' androidx.test:runner:1.1.1 ' 
69-     androidTestImplementation ' androidx.test.espresso:espresso-core:3.1.1 ' 
70-     implementation " androidx.lifecycle:lifecycle-extensions:2.0 .0" 
71-     implementation " android.arch. navigation:navigation-fragment-ktx:1.0.0 " 
72-     implementation " android.arch. navigation:navigation-ui-ktx:1.0.0 " 
73-     implementation ' androidx.core:core-ktx:1.0.2 ' 
74+     androidTestImplementation ' androidx.test:runner:1.2.0 ' 
75+     androidTestImplementation ' androidx.test.espresso:espresso-core:3.2.0 ' 
76+     implementation " androidx.lifecycle:lifecycle-extensions:2.1 .0" 
77+     implementation ' androidx. navigation:navigation-fragment-ktx:2.2.0-rc02 ' 
78+     implementation ' androidx. navigation:navigation-ui-ktx:2.2.0-rc02 ' 
79+     implementation ' androidx.core:core-ktx:1.1.0 ' 
7480    implementation " androidx.paging:paging-runtime-ktx:2.1.0" 
75-     implementation " ru.noties.markwon:core:3.0.0" 
76-     implementation " ru.noties.markwon:ext-latex:3.0.0" 
77-     implementation " ru.noties.markwon:ext-strikethrough:3.0.0" 
78-     implementation " ru.noties.markwon:ext-tables:3.0.0" 
79-     implementation " ru.noties.markwon:ext-tasklist:3.0.0" 
80-     implementation " ru.noties.markwon:html:3.0.0" 
81-     implementation " ru.noties.markwon:image-gif:3.0.0" 
82-     implementation " ru.noties.markwon:image-okhttp:3.0.0" 
83-     implementation " ru.noties.markwon:image-svg:3.0.0" 
84-     implementation " ru.noties.markwon:recycler:3.0.0" 
85-     implementation " ru.noties.markwon:recycler-table:3.0.0" 
86-     implementation " ru.noties.markwon:syntax-highlight:3.0.0" 
81+ 
82+     implementation " ru.noties.markwon:core:$markwon_version  " 
83+     implementation " ru.noties.markwon:ext-latex:$markwon_version  " 
84+     implementation " ru.noties.markwon:ext-strikethrough:$markwon_version  " 
85+     implementation " ru.noties.markwon:ext-tables:$markwon_version  " 
86+     implementation " ru.noties.markwon:ext-tasklist:$markwon_version  " 
87+     implementation " ru.noties.markwon:html:$markwon_version  " 
88+     implementation " ru.noties.markwon:image-gif:$markwon_version  " 
89+     implementation " ru.noties.markwon:image-okhttp:$markwon_version  " 
90+     implementation " ru.noties.markwon:recycler:$markwon_version  " 
91+     implementation " ru.noties.markwon:recycler-table:$markwon_version  " 
92+     implementation " ru.noties.markwon:syntax-highlight:$markwon_version  " 
93+ 
8794    implementation " ru.noties:prism4j:1.1.0" 
88-     implementation ' com.google.firebase:firebase-core:17.0.0 ' 
89-     implementation ' com.google.firebase:firebase-config:18 .0.0 ' 
95+     implementation ' com.google.firebase:firebase-core:17.2.1 ' 
96+     implementation ' com.google.firebase:firebase-config:19 .0.3 ' 
9097    implementation ' com.crashlytics.sdk.android:crashlytics:2.10.1' 
91-     implementation ' com.google.firebase:firebase-firestore:20.1.0' 
92-     implementation ' com.google.firebase:firebase-messaging:19.0.1' 
93-     implementation ' com.google.firebase:firebase-auth:18.0.0' 
94-     implementation ' androidx.multidex:multidex:2.0.1' 
98+     implementation ' com.google.firebase:firebase-firestore:21.2.1' 
99+     implementation ' com.google.firebase:firebase-messaging:20.0.0' 
100+     implementation ' com.google.firebase:firebase-auth:19.1.0' 
95101    implementation ' com.squareup.picasso:picasso:2.71828' 
96102    implementation " com.atlassian.commonmark:commonmark-ext-autolink:0.12.1" 
97-     implementation ' com.squareup.retrofit2:retrofit:2.5.0' 
98-     implementation ' com.squareup.retrofit2:converter-gson:2.4.0' 
99103    implementation ' androidx.recyclerview:recyclerview:1.0.0' 
100-     implementation ' com.zzhoujay.richtext:richtext:3.0.8' 
101-     implementation ' com.zzhoujay.glideimagegetter:glideimagegetter:1.0.5' 
102104    implementation ' org.jsoup:jsoup:1.12.1' 
103105    implementation " com.android.volley:volley:1.1.1" 
104106    implementation project(" :cavern"  )
0 commit comments