We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2a06e commit 2e8acbbCopy full SHA for 2e8acbb
build.gradle
@@ -2,15 +2,15 @@
2
3
buildscript {
4
ext.kotlin_version = '1.3.31'
5
- ext.stringcare_version = '3.1'
+ ext.stringcare_version = '3.2'
6
7
repositories {
8
google()
9
jcenter()
10
11
}
12
dependencies {
13
- classpath 'com.android.tools.build:gradle:3.4.1'
+ classpath 'com.android.tools.build:gradle:3.4.2'
14
classpath "com.stringcare:plugin:$stringcare_version"
15
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
16
// NOTE: Do not place your application dependencies here; they belong
0 commit comments