From 984342a6ddc2f9a2d4c677c8c331c14bab2b105f Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Sun, 11 Apr 2021 21:07:08 +0200 Subject: [PATCH] Upgrade com.likethesalad.android:string-reference to 1.2.2 Compatible with gradle7, see https://github.com/LikeTheSalad/android-string-reference/issues/11 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d645382015..3268cfa084 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.1.1' classpath 'com.google.android.gms:oss-licenses-plugin:0.10.3' - classpath "com.likethesalad.android:string-reference:1.2.1" + classpath "com.likethesalad.android:string-reference:1.2.2" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files