diff --git a/app/build.gradle b/app/build.gradle index f503e02c..b41d0fa2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/build.gradle b/build.gradle index d803478d..82454a20 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:4.0.1' + classpath 'com.android.tools.build:gradle:4.1.1' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 12d38de6..4d9ca164 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/terminal-emulator/build.gradle b/terminal-emulator/build.gradle index cadd7e5a..4673ab3e 100644 --- a/terminal-emulator/build.gradle +++ b/terminal-emulator/build.gradle @@ -1,6 +1,6 @@ plugins { - id "com.jfrog.bintray" version "1.7.3" - id "com.github.dcendents.android-maven" version "2.0" + id "com.jfrog.bintray" version "1.8.5" + id "com.github.dcendents.android-maven" version "2.1" } apply plugin: 'com.android.library' @@ -61,7 +61,7 @@ tasks.withType(Test) { } dependencies { - testImplementation 'junit:junit:4.13' + testImplementation 'junit:junit:4.13.1' } apply from: '../scripts/bintray-publish.gradle' diff --git a/terminal-view/build.gradle b/terminal-view/build.gradle index 791f2f9f..35a78ad7 100644 --- a/terminal-view/build.gradle +++ b/terminal-view/build.gradle @@ -1,6 +1,6 @@ plugins { - id "com.jfrog.bintray" version "1.7.3" - id "com.github.dcendents.android-maven" version "2.0" + id "com.jfrog.bintray" version "1.8.5" + id "com.github.dcendents.android-maven" version "2.1" } apply plugin: 'com.android.library' @@ -44,7 +44,7 @@ android { } dependencies { - testImplementation 'junit:junit:4.13' + testImplementation 'junit:junit:4.13.1' } apply from: '../scripts/bintray-publish.gradle'