aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2019-09-08 22:03:24 +0530
committerHarsh Shandilya <msfjarvis@gmail.com>2019-09-08 22:03:24 +0530
commit0516e3153fd61941b2261276104ec2aaa02e0a54 (patch)
tree57c4b0d0276cf8e520762d287cee127d811c47a3
parent1b5c99df15e3aa5b349b32fd337367daf28d0f9d (diff)
Uprev dependencies
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
-rw-r--r--app/build.gradle.kts8
-rw-r--r--build.gradle.kts8
-rw-r--r--gradle/wrapper/gradle-wrapper.properties2
3 files changed, 9 insertions, 9 deletions
diff --git a/app/build.gradle.kts b/app/build.gradle.kts
index b6098c8a..b60f20e4 100644
--- a/app/build.gradle.kts
+++ b/app/build.gradle.kts
@@ -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") {
diff --git a/build.gradle.kts b/build.gradle.kts
index 73ad09e8..c56ed91b 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -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
}
}
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index 8d58bda4..ca9d6281 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-5.6-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists