[tor-commits] [orbot/master] Updated outdated dependencies as per Android Studio's suggestions.

n8fr8 at torproject.org n8fr8 at torproject.org
Wed Dec 23 16:36:12 UTC 2020


commit edc6cee9a0af017916e138284ab2060b9ee10e99
Author: Benjamin Erhart <berhart at netzarchitekten.com>
Date:   Thu Oct 8 09:52:19 2020 +0200

    Updated outdated dependencies as per Android Studio's suggestions.
---
 app/build.gradle | 2 +-
 build.gradle     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/build.gradle b/app/build.gradle
index 2b51efbd..36ef91a6 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -122,7 +122,7 @@ android {
 
 dependencies {
     implementation project(':orbotservice')
-    implementation 'com.google.android.material:material:1.2.0'
+    implementation 'com.google.android.material:material:1.2.1'
     implementation 'pl.bclogic:pulsator4droid:1.0.3'
     implementation 'com.github.apl-devs:appintro:v4.2.2'
     implementation project(path: ':appcore')
diff --git a/build.gradle b/build.gradle
index c6b04282..f2f147b8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
 // Top-level build file where you can add configuration options common to all sub-projects/modules.
 buildscript {
     ext {
-        kotlin_version = '1.3.72'
+        kotlin_version = '1.4.10'
     }
     repositories {
         jcenter()





More information about the tor-commits mailing list