commit 2e72338859c57824e7150491eca286052b898800 Author: n8fr8 nathan@guardianproject.info Date: Tue Jul 13 13:23:14 2021 -0400
update android dependencies --- app-tv/build.gradle | 4 ++-- orbotservice/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-tv/build.gradle b/app-tv/build.gradle index 63ca88ef..ef03eb5f 100644 --- a/app-tv/build.gradle +++ b/app-tv/build.gradle @@ -118,9 +118,9 @@ dependencies { implementation 'androidx.palette:palette:1.0.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' implementation project(path: ':appcore') - implementation 'androidx.recyclerview:recyclerview:1.2.0' + implementation 'androidx.recyclerview:recyclerview:1.2.1' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.1.0' - implementation 'com.google.android.material:material:1.3.0' + implementation 'com.google.android.material:material:1.4.0' implementation project(path: ':intentintegrator') androidTestImplementation "tools.fastlane:screengrab:1.2.0"
diff --git a/orbotservice/build.gradle b/orbotservice/build.gradle index 022cb8b6..5fb08e3a 100644 --- a/orbotservice/build.gradle +++ b/orbotservice/build.gradle @@ -52,7 +52,7 @@ dependencies {
implementation 'com.jaredrummler:android-shell:1.0.0'
- implementation 'androidx.core:core:1.5.0' + implementation 'androidx.core:core:1.6.0' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0' testImplementation 'junit:junit:4.13.2'
tor-commits@lists.torproject.org