diff --git a/build.gradle b/build.gradle index 1bacc84d46..6d5ef35547 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ buildscript { classpath 'com.google.gms:google-services:4.3.10' classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:3.3' classpath 'com.google.android.gms:oss-licenses-plugin:0.10.4' - classpath "com.likethesalad.android:string-reference:1.2.2" + classpath "com.likethesalad.android:stem-plugin:2.0.0" // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files diff --git a/vector/build.gradle b/vector/build.gradle index 0dc6e1bc15..2ac8a64a7b 100644 --- a/vector/build.gradle +++ b/vector/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'com.google.android.gms.oss-licenses-plugin' apply plugin: 'kotlin-android' apply plugin: 'kotlin-parcelize' apply plugin: 'kotlin-kapt' -apply plugin: 'placeholder-resolver' +apply plugin: 'com.likethesalad.stem' apply plugin: 'dagger.hilt.android.plugin' kapt {