Uprev dependencies

Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
Harsh Shandilya 2019-09-08 22:03:24 +05:30
parent 1b5c99df15
commit 0516e3153f
No known key found for this signature in database
GPG key ID: C2E74282C2133D62
3 changed files with 9 additions and 9 deletions

View file

@ -69,13 +69,13 @@ android {
}
dependencies {
implementation("androidx.appcompat:appcompat:1.1.0-rc01")
implementation("androidx.appcompat:appcompat:1.1.0")
implementation("androidx.cardview:cardview:1.0.0")
implementation("androidx.constraintlayout:constraintlayout:2.0.0-beta2")
implementation("androidx.documentfile:documentfile:1.0.1")
implementation("androidx.preference:preference:1.1.0-rc01")
implementation("androidx.recyclerview:recyclerview:1.1.0-beta02")
implementation("com.google.android.material:material:1.1.0-alpha09")
implementation("androidx.preference:preference:1.1.0")
implementation("androidx.recyclerview:recyclerview:1.1.0-beta04")
implementation("com.google.android.material:material:1.1.0-alpha10")
implementation("androidx.annotation:annotation:1.1.0")
implementation("org.sufficientlysecure:openpgp-api:12.0")
implementation("org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r") {

View file

@ -7,13 +7,13 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:3.5.0-rc03")
classpath(kotlin("gradle-plugin", "1.3.41"))
classpath("com.android.tools.build:gradle:3.5.0")
classpath(kotlin("gradle-plugin", "1.3.50"))
}
}
plugins {
id("com.github.ben-manes.versions") version "0.22.0"
id("com.github.ben-manes.versions") version "0.24.0"
}
allprojects {
@ -41,7 +41,7 @@ tasks {
}
named<Wrapper>("wrapper") {
gradleVersion = "5.6"
gradleVersion = "5.6.2"
distributionType = Wrapper.DistributionType.ALL
}
}

View file

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists