Update plugins and gradle to latest versions

This commit is contained in:
Henrik Grimler
2021-01-01 17:14:04 +01:00
parent eaea0f74a5
commit 43bbef9a11
5 changed files with 11 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ android {
dependencies {
implementation "androidx.annotation:annotation:1.1.0"
implementation "androidx.viewpager:viewpager:1.0.0"
implementation "androidx.drawerlayout:drawerlayout:1.1.0"
implementation "androidx.drawerlayout:drawerlayout:1.1.1"
implementation project(":terminal-view")
}
@@ -72,8 +72,8 @@ android {
}
dependencies {
testImplementation 'junit:junit:4.13'
testImplementation 'org.robolectric:robolectric:4.3.1'
testImplementation 'junit:junit:4.13.1'
testImplementation 'org.robolectric:robolectric:4.4'
}
task versionName {