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 b36a466 commit a6b767eCopy full SHA for a6b767e
build.gradle
@@ -1,16 +1,16 @@
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
3
buildscript {
4
- ext.kotlin_version = '1.3.41'
5
- ext.stringcare_version = '3.4'
+ ext.kotlin_version = '1.3.50'
+ ext.stringcare_version = '3.5'
6
7
repositories {
8
google()
9
jcenter()
10
11
}
12
dependencies {
13
- classpath 'com.android.tools.build:gradle:3.6.0-alpha06'
+ classpath 'com.android.tools.build:gradle:3.5.1'
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