Bump gradle dependencies versions

This commit is contained in:
agnostic-apollo
2021-06-30 06:17:26 +05:00
parent 49265160f8
commit dfd32435af
3 changed files with 4 additions and 4 deletions

View File

@@ -5,9 +5,9 @@ android {
compileSdkVersion project.properties.compileSdkVersion.toInteger()
dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation "androidx.annotation:annotation:1.2.0"
implementation "androidx.core:core:1.5.0-rc01"
implementation "androidx.core:core:1.6.0-rc01"
implementation "androidx.window:window:1.0.0-alpha08"
implementation "com.google.guava:guava:24.1-jre"
implementation "io.noties.markwon:core:$markwonVersion"