Skip to content

Commit a6b767e

Browse files
committed
v3.5 working
1 parent b36a466 commit a6b767e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.kotlin_version = '1.3.41'
5-
ext.stringcare_version = '3.4'
4+
ext.kotlin_version = '1.3.50'
5+
ext.stringcare_version = '3.5'
66

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

1111
}
1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:3.6.0-alpha06'
13+
classpath 'com.android.tools.build:gradle:3.5.1'
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)