Uprev dependencies
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
parent
1b5c99df15
commit
0516e3153f
3 changed files with 9 additions and 9 deletions
|
@ -69,13 +69,13 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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.cardview:cardview:1.0.0")
|
||||||
implementation("androidx.constraintlayout:constraintlayout:2.0.0-beta2")
|
implementation("androidx.constraintlayout:constraintlayout:2.0.0-beta2")
|
||||||
implementation("androidx.documentfile:documentfile:1.0.1")
|
implementation("androidx.documentfile:documentfile:1.0.1")
|
||||||
implementation("androidx.preference:preference:1.1.0-rc01")
|
implementation("androidx.preference:preference:1.1.0")
|
||||||
implementation("androidx.recyclerview:recyclerview:1.1.0-beta02")
|
implementation("androidx.recyclerview:recyclerview:1.1.0-beta04")
|
||||||
implementation("com.google.android.material:material:1.1.0-alpha09")
|
implementation("com.google.android.material:material:1.1.0-alpha10")
|
||||||
implementation("androidx.annotation:annotation:1.1.0")
|
implementation("androidx.annotation:annotation:1.1.0")
|
||||||
implementation("org.sufficientlysecure:openpgp-api:12.0")
|
implementation("org.sufficientlysecure:openpgp-api:12.0")
|
||||||
implementation("org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r") {
|
implementation("org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r") {
|
||||||
|
|
|
@ -7,13 +7,13 @@ buildscript {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath("com.android.tools.build:gradle:3.5.0-rc03")
|
classpath("com.android.tools.build:gradle:3.5.0")
|
||||||
classpath(kotlin("gradle-plugin", "1.3.41"))
|
classpath(kotlin("gradle-plugin", "1.3.50"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("com.github.ben-manes.versions") version "0.22.0"
|
id("com.github.ben-manes.versions") version "0.24.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
@ -41,7 +41,7 @@ tasks {
|
||||||
}
|
}
|
||||||
|
|
||||||
named<Wrapper>("wrapper") {
|
named<Wrapper>("wrapper") {
|
||||||
gradleVersion = "5.6"
|
gradleVersion = "5.6.2"
|
||||||
distributionType = Wrapper.DistributionType.ALL
|
distributionType = Wrapper.DistributionType.ALL
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
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
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|
Loading…
Reference in a new issue