diff --git a/app/build.gradle b/app/build.gradle index b53dd7ab..24fca5fa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,29 +39,29 @@ configurations { } dependencies { - def lifecycle_version = "2.3.0-alpha06" - def markwon_version = "4.4.0" + def lifecycle_version = '2.3.0-alpha07' + def markwon_version = '4.5.1' def work_version = "2.4.0" def acra = "5.5.0" implementation fileTree(include: ['*.jar'], dir: 'libs') - implementation "androidx.appcompat:appcompat:1.3.0-alpha01" + implementation 'androidx.appcompat:appcompat:1.3.0-alpha02' implementation "com.google.android.material:material:1.3.0-alpha02" - implementation "androidx.constraintlayout:constraintlayout:1.1.3" + implementation 'androidx.constraintlayout:constraintlayout:2.0.1' implementation "androidx.legacy:legacy-support-v4:1.0.0" implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version" testImplementation "junit:junit:4.13" - androidTestImplementation "androidx.test:runner:1.2.0" - androidTestImplementation "androidx.test.espresso:espresso-core:3.2.0" + androidTestImplementation 'androidx.test:runner:1.3.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' implementation "com.github.vihtarb:tooltip:0.2.0" - implementation 'com.squareup.okhttp3:okhttp:4.8.0' + implementation 'com.squareup.okhttp3:okhttp:4.8.1' implementation "com.google.code.gson:gson:2.8.6" implementation "com.squareup.picasso:picasso:2.71828" implementation "com.amulyakhare:com.amulyakhare.textdrawable:1.0.1" implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation 'com.squareup.retrofit2:converter-scalars:2.9.0' - implementation 'com.squareup.okhttp3:logging-interceptor:4.8.0' + implementation 'com.squareup.okhttp3:logging-interceptor:4.8.1' implementation 'org.ocpsoft.prettytime:prettytime:4.0.5.Final' implementation "com.vdurmont:emoji-java:5.1.1" implementation "com.pes.materialcolorpicker:library:1.2.5"