From a15e9d303e6ea5504b92dd8121321fdb16dd9a48 Mon Sep 17 00:00:00 2001 From: Mygod Date: Sun, 22 Aug 2021 00:21:25 -0400 Subject: [PATCH] Update dependencies --- README.md | 2 +- build.gradle.kts | 4 ++-- mobile/build.gradle.kts | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 82a59b9e..46216d46 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ _a.k.a. things that can go wrong if this app doesn't work._ This is a list of stuff that might impact this app's functionality if unavailable. This is only meant to be an index. You can read more in the source code. -API restrictions are updated up to [SHA-256 checksum `156715dfa705a048926dca876d731d72604df32e8bcac055af32866b50bc2cc8`](https://dl.google.com/developers/android/sc/non-sdk/hiddenapi-flags.csv). +API restrictions are updated up to [SHA-256 checksum `d594d905147a3b74af0f9e026939e56856eeccce1995abff3634729be23deeed`](https://dl.google.com/developers/android/sc/non-sdk/hiddenapi-flags.csv). Greylisted/blacklisted APIs or internal constants: (some constants are hardcoded or implicitly used) diff --git a/build.gradle.kts b/build.gradle.kts index f80fd139..12c6e34d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,10 +10,10 @@ buildscript { dependencies { classpath(kotlin("gradle-plugin", "1.5.21")) - classpath("com.android.tools.build:gradle:7.0.0") + classpath("com.android.tools.build:gradle:7.0.1") classpath("com.google.firebase:firebase-crashlytics-gradle:2.7.1") classpath("com.google.android.gms:oss-licenses-plugin:0.10.4") - classpath("com.google.gms:google-services:4.3.8") + classpath("com.google.gms:google-services:4.3.10") } } diff --git a/mobile/build.gradle.kts b/mobile/build.gradle.kts index 005b6a3f..d2f02c65 100644 --- a/mobile/build.gradle.kts +++ b/mobile/build.gradle.kts @@ -83,11 +83,11 @@ dependencies { implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.1.0") implementation("com.android.billingclient:billing-ktx:4.0.0") implementation("com.google.android.gms:play-services-oss-licenses:17.0.0") - implementation("com.google.android.material:material:1.5.0-alpha01") - implementation("com.google.firebase:firebase-analytics-ktx:19.0.0") - implementation("com.google.firebase:firebase-crashlytics:18.2.0") + implementation("com.google.android.material:material:1.5.0-alpha02") + implementation("com.google.firebase:firebase-analytics-ktx:19.0.1") + implementation("com.google.firebase:firebase-crashlytics:18.2.1") implementation("com.google.zxing:core:3.4.1") - implementation("com.jakewharton.timber:timber:4.7.1") + implementation("com.jakewharton.timber:timber:5.0.1") implementation("com.linkedin.dexmaker:dexmaker:2.28.1") implementation("com.takisoft.preferencex:preferencex-simplemenu:1.1.0") implementation("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.4")