Upgrade com.likethesalad.android:string-reference to 1.2.2

Compatible with gradle7, see https://github.com/LikeTheSalad/android-string-reference/issues/11
This commit is contained in:
Benoit Marty 2021-04-11 21:07:08 +02:00
parent a9ef58912f
commit 984342a6dd

View file

@ -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