Skip to content

Commit 8209d2f

Browse files
committed
v3.6.2
1 parent e3f9190 commit 8209d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
buildscript {
44
ext.kotlin_version = '1.3.50'
5-
ext.stringcare_version = '3.6'
5+
ext.stringcare_version = '3.6.2'
66

77
repositories {
88
google()
99
jcenter()
1010

1111
}
1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.5.1'
13+
classpath 'com.android.tools.build:gradle:3.5.3'
1414
classpath "com.stringcare:plugin:$stringcare_version"
1515
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1616
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)